Skip to content

Commit

Permalink
Update internal/dataplane/kongstate/kongstate_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Warczarek <jakub.warczarek@konghq.com>
  • Loading branch information
czeslavo and programmer04 committed Sep 22, 2023
1 parent 3eaaa7c commit 63a1c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dataplane/kongstate/kongstate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func ensureAllKongStateFieldsAreCoveredInTest(t *testing.T, testedFields []strin

// Meta test - ensure we have testcases covering all fields in KongState.
for _, field := range allKongStateFields {
assert.True(t, lo.Contains(testedFields, field), "field %s wasn't tested", field)
require.Containsf(t, testedFields, field, "field %s wasn't tested", field)
}
}

Expand Down

0 comments on commit 63a1c06

Please sign in to comment.