We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd8ea4 commit b4288beCopy full SHA for b4288be
internal/framework/types/once_a_week_window_test.go
@@ -93,7 +93,7 @@ func TestOnceAWeekWindowStringSemanticEquals(t *testing.T) {
93
"not equal": {
94
val1: fwtypes.OnceAWeekWindowValue("thu:07:44-thu:09:44"),
95
val2: fwtypes.OnceAWeekWindowValue("thu:07:44-fri:11:09"),
96
- equals: true,
+ equals: false,
97
},
98
}
99
0 commit comments