Need to trigger rebuild

This commit is contained in:
Adrian Brink 2018-01-23 19:22:56 +01:00 committed by Jae Kwon
parent 12fef05733
commit 0b5c262f35
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ func TestCoins(t *testing.T) {
{"GAS", 1},
{"MINERAL", 1},
}
badSort2 := Coins{ // both are after the first one, but the second and third are in the wrong order
// both are after the first one, but the second and third are in the wrong order
badSort2 := Coins{
{"GAS", 1},
{"TREE", 1},
{"MINERAL", 1},