Need to trigger rebuild

This commit is contained in:
Adrian Brink
2018-01-28 18:54:54 -08:00
committed by Jae Kwon
parent 12fef05733
commit 0b5c262f35
+2 -1
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},