Skip to content

Commit b4288be

Browse files
committed
Fix 'TestOnceAWeekWindowStringSemanticEquals'.
1 parent 8fd8ea4 commit b4288be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/framework/types/once_a_week_window_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func TestOnceAWeekWindowStringSemanticEquals(t *testing.T) {
9393
"not equal": {
9494
val1: fwtypes.OnceAWeekWindowValue("thu:07:44-thu:09:44"),
9595
val2: fwtypes.OnceAWeekWindowValue("thu:07:44-fri:11:09"),
96-
equals: true,
96+
equals: false,
9797
},
9898
}
9999

0 commit comments

Comments
 (0)