Skip to content

Commit

Permalink
Breaking the code
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde committed Jun 6, 2016
1 parent c88367e commit 4bdb2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marshalers/dummy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

0 comments on commit 4bdb2bf

Please sign in to comment.