Skip to content

Commit

Permalink
Fix dummy_test
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde committed Jun 6, 2016
1 parent 4083f7e commit 345a09a
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 345a09a

Please sign in to comment.