From 4bdb2bfc778b3add1ab485b71b6f4929572d00d5 Mon Sep 17 00:00:00 2001 From: Matias Insaurralde Date: Sun, 5 Jun 2016 20:35:55 -0400 Subject: [PATCH] Breaking the code --- marshalers/dummy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marshalers/dummy_test.go b/marshalers/dummy_test.go index 3b30a06..bfc6f77 100644 --- a/marshalers/dummy_test.go +++ b/marshalers/dummy_test.go @@ -33,7 +33,7 @@ func TestMarshal(t *testing.T) { outputVariable := output.(UnknownType) - if outputVariable.Field != TestVariableString { + if outputVariable.Field == TestVariableString { t.Fatal("Couldn't match the UnknownType field value") } }