Skip to content

Commit

Permalink
Updated expectedResultPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunkhunti-crest authored Oct 31, 2023
1 parent 41e8ecc commit 3ca0a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/test_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ func TestCompareOp(t *testing.T) {

// Test Op "eq"
{label: "op=eq, both empty", op: "eq", flagVal: "", compareValue: "", expectedResultPattern: "'' is equal to ''", testResult: true, flagName: ""},
{label: "op=eq, both empty, flagName non empty", op: "eq", flagVal: "", compareValue: "", expectedResultPattern: "'' is equal to ''", testResult: true, flagName: "flagName"},
{label: "op=eq, both empty, flagName non empty", op: "eq", flagVal: "", compareValue: "", expectedResultPattern: "'flagName' is equal to ''", testResult: true, flagName: "flagName"},

{
label: "op=eq, true==true", op: "eq", flagVal: "true",
Expand Down

0 comments on commit 3ca0a6c

Please sign in to comment.