Skip to content

Commit

Permalink
Fix a fatal log that should have been a fatal test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeltran committed Dec 22, 2017
1 parent b343d7a commit 18ca279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func TestReadMultiple(t *testing.T) {
rp := bactype.ReadMultipleProperty{}
err := dec.ReadMultiplePropertyAck(&rp)
if err != nil {
log.Fatal(err)
t.Fatal(err)
}

counter := 0
Expand Down

0 comments on commit 18ca279

Please sign in to comment.