Skip to content

Commit cc65bfd

Browse files
committed
ckav370/add-external-secret-sync-wave: update failed tests
Signed-off-by: cblain3 <cblain370@btinternet.com>
1 parent 2d991d2 commit cc65bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/sync/sync_tasks_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
)
1414

1515
func Test_syncTasks_kindOrder(t *testing.T) {
16-
assert.Equal(t, -35, kindOrder["Namespace"])
17-
assert.Equal(t, -1, kindOrder["APIService"])
16+
assert.Equal(t, -36, kindOrder["Namespace"])
17+
assert.Equal(t, -2, kindOrder["APIService"])
1818
assert.Equal(t, 0, kindOrder["MyCRD"])
1919
}
2020

0 commit comments

Comments
 (0)