Sort testCases by key name.
This commit is contained in:
parent
b78feafacd
commit
b1369b2178
1 changed files with 1 additions and 1 deletions
|
@ -213,9 +213,9 @@ func TestIndex(t *testing.T) {
|
|||
|
||||
func TestName(t *testing.T) {
|
||||
testCases := map[string]string{
|
||||
"luxisr": "Luxi Sans",
|
||||
"luximr": "Luxi Mono",
|
||||
"luxirr": "Luxi Serif",
|
||||
"luxisr": "Luxi Sans",
|
||||
}
|
||||
|
||||
for name, want := range testCases {
|
||||
|
|
Loading…
Reference in a new issue