From 0b5c262f35438e7484b177a410cd4f553632278f Mon Sep 17 00:00:00 2001 From: Adrian Brink Date: Tue, 23 Jan 2018 19:22:56 +0100 Subject: [PATCH] Need to trigger rebuild --- types/coin_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/coin_test.go b/types/coin_test.go index 1ca3f34990..03890aa3fa 100644 --- a/types/coin_test.go +++ b/types/coin_test.go @@ -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},