Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Nov 3, 2024
1 parent 2140e4e commit d9b4941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/owl/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,5 +697,5 @@ func TestStore_LoadEnvSpecDefs(t *testing.T) {
require.NoError(t, err)
require.NotNil(t, store)

require.Len(t, store.specDefs, 6)
require.Len(t, store.specDefs, 7)
}

0 comments on commit d9b4941

Please sign in to comment.