Skip to content

Commit

Permalink
Update emoji_test.go (#5589)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
morenoh149 authored and jwilander committed Mar 1, 2017
1 parent 7829c24 commit 187bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/emoji_test.go
Expand Up @@ -92,7 +92,7 @@ func TestGetEmoji(t *testing.T) {
}

if found {
t.Fatalf("souldn't have gotten deleted emoji %v", deleted.Id)
t.Fatalf("shouldn't have gotten deleted emoji %v", deleted.Id)
}
}
}
Expand Down

0 comments on commit 187bb31

Please sign in to comment.