We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ee919 commit 7a23f28Copy full SHA for 7a23f28
internal/app/publish/messagegenerator_test.go
@@ -43,7 +43,7 @@ func Test_generateMessages(t *testing.T) {
43
if *r.CommandTimestamp != 0 {
44
t.Errorf("Wrong CommandTimestamp: %v", *r.CommandTimestamp)
45
}
46
- if !*r.BlueTeamOnPositiveHalf {
+ if *r.BlueTeamOnPositiveHalf {
47
t.Errorf("Wrong half: %v", *r.BlueTeamOnPositiveHalf)
48
49
if r.Yellow == nil {
0 commit comments