diff options
| author | jannfis <jann@mistrust.net> | 2021-10-05 21:05:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 21:05:25 +0200 |
| commit | 4a67bf3de21229a184b03e6735c0f0d7846ff036 (patch) | |
| tree | cdd294a4ebf98c713323597468a4a12d695edd95 /pkg | |
| parent | c12271a11bf4a88d7c02dcab494dcdeb78e3ae7a (diff) | |
chore: Fix unit test (#269)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/argocd/update_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/argocd/update_test.go b/pkg/argocd/update_test.go index 1b780f9..5b94b31 100644 --- a/pkg/argocd/update_test.go +++ b/pkg/argocd/update_test.go @@ -89,7 +89,7 @@ func Test_UpdateApplication(t *testing.T) { assert.Equal(t, 0, res.NumSkipped) assert.Equal(t, 1, res.NumApplicationsProcessed) assert.Equal(t, 2, res.NumImagesConsidered) - assert.Equal(t, 1, res.NumImagesUpdated) + assert.Equal(t, 2, res.NumImagesUpdated) }) t.Run("Test successful update", func(t *testing.T) { |
