Skip to content

Commit 7a23f28

Browse files
committed
Fix test
1 parent a3ee919 commit 7a23f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/publish/messagegenerator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func Test_generateMessages(t *testing.T) {
4343
if *r.CommandTimestamp != 0 {
4444
t.Errorf("Wrong CommandTimestamp: %v", *r.CommandTimestamp)
4545
}
46-
if !*r.BlueTeamOnPositiveHalf {
46+
if *r.BlueTeamOnPositiveHalf {
4747
t.Errorf("Wrong half: %v", *r.BlueTeamOnPositiveHalf)
4848
}
4949
if r.Yellow == nil {

0 commit comments

Comments
 (0)