Skip to content

Commit b169dc0

Browse files
authored
Update core/pkg/evaluator/json_test.go
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 56e7802 commit b169dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pkg/evaluator/json_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ func TestGetState_ValidMap_ContainsFlag(t *testing.T) {
428428
}
429429
}
430430

431-
func TestSetState_Invalid_Error(t *testing.T) {
431+
func TestSetState_WithInvalidFlags_NoError(t *testing.T) {
432432
evaluator, _ := NewJSON(logger.NewLogger(nil, false), store.NewFlags())
433433

434434
// set state with an invalid flag definition

0 commit comments

Comments
 (0)