Skip to content

Commit

Permalink
ckav370/add-external-secret-sync-wave: update failed tests
Browse files Browse the repository at this point in the history
Signed-off-by: ckav370 <[email protected]>
  • Loading branch information
cblain3 committed Jul 16, 2024
1 parent 2d991d2 commit 170ad21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sync/sync_tasks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

func Test_syncTasks_kindOrder(t *testing.T) {
assert.Equal(t, -35, kindOrder["Namespace"])
assert.Equal(t, -1, kindOrder["APIService"])
assert.Equal(t, -36, kindOrder["Namespace"])
assert.Equal(t, -2, kindOrder["APIService"])
assert.Equal(t, 0, kindOrder["MyCRD"])
}

Expand Down

0 comments on commit 170ad21

Please sign in to comment.