Skip to content

Commit 2f2f0eb

Browse files
committed
test action tets (broken tests)
1 parent 0ceaf1d commit 2f2f0eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

borsh-ts/test/serialize.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ test('errors serializing fixed array of wrong size', () => {
120120
]
121121
}]]);
122122

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

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

0 commit comments

Comments
 (0)