Skip to content

Commit

Permalink
Revert test panic
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed Mar 29, 2024
1 parent ccfec78 commit a54103e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisp/lisplib/libjson/encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ func TestEncoded_stringCompat(t *testing.T) {
}
enc := newEncoder(true)
if assert.NoError(t, enc.encode(lisp.String(s)), "elps encoding of %q", s) {
if !assert.Equal(t, enc.bytes(), canonical) {
panic(0)
}
assert.Equal(t, enc.bytes(), canonical)
}
}
}
Expand Down

0 comments on commit a54103e

Please sign in to comment.