Skip to content

Commit

Permalink
test Errorf
Browse files Browse the repository at this point in the history
  • Loading branch information
makiuchi-d committed Apr 1, 2024
1 parent 40ba019 commit adc9567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/game/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestIsValidRoomId(t *testing.T) {

for id, valid := range tests {
if IsValidRoomId(id) != valid {
t.Fatalf("IsValidRoomId(%v) wants %v", id, valid)
t.Errorf("IsValidRoomId(%v) wants %v", id, valid)
}
}
}
Expand Down

0 comments on commit adc9567

Please sign in to comment.