Skip to content

Commit

Permalink
Fix 'TestOnceAWeekWindowStringSemanticEquals'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Mar 25, 2024
1 parent 8fd8ea4 commit b4288be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/framework/types/once_a_week_window_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TestOnceAWeekWindowStringSemanticEquals(t *testing.T) {
"not equal": {
val1: fwtypes.OnceAWeekWindowValue("thu:07:44-thu:09:44"),
val2: fwtypes.OnceAWeekWindowValue("thu:07:44-fri:11:09"),
equals: true,
equals: false,
},
}

Expand Down

0 comments on commit b4288be

Please sign in to comment.