Skip to content

Commit

Permalink
test action tets (broken tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Sep 21, 2021
1 parent 0ceaf1d commit 2f2f0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borsh-ts/test/serialize.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test('errors serializing fixed array of wrong size', () => {
]
}]]);

expect(() => borsh.serialize(schema, value)).toThrow('Expecting byte array of length 2, but got 3 bytes');
expect(() => borsh.serialize(schema, value)).toThrow('Exting byte array of length 2, but got 3 bytes');
});

test('errors serializing fixed array of wrong type', () => {
Expand Down

0 comments on commit 2f2f0eb

Please sign in to comment.