Skip to content

Commit 5d85cca

Browse files
committed
test: 💍 update test name
1 parent 8b059e3 commit 5d85cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ion/__tests__/fuzzing.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const encoder = new IonEncoderFast();
66
const decoder = new IonDecoder();
77

88
describe('fuzzing', () => {
9-
test('CborEncoderFast', () => {
9+
test('Amazon Ion codec', () => {
1010
for (let i = 0; i < 2000; i++) {
1111
const value = JSON.parse(JSON.stringify(RandomJson.generate()));
1212
const encoded = encoder.encode(value);

0 commit comments

Comments
 (0)