Skip to content

Commit

Permalink
Remove unnecessary placeholder in test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Dahlmanns committed Jan 20, 2017
1 parent 3eed72e commit 893ca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uinput_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestInvalidKeycode(t *testing.T) {

err = vk.SendKeyPress(4711)
if err == nil {
t.Fatalf("Sending an invalid keycode did not trigger an error. Got: %d.\n")
t.Fatalf("Sending an invalid keycode did not trigger an error.\n")
}

vk.Close()
Expand Down

0 comments on commit 893ca22

Please sign in to comment.