Skip to content

Commit a2f7fa8

Browse files
committed
Fix spellcheck
1 parent 822d566 commit a2f7fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cashscript/test/debugging.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('Debugging tests', () => {
192192
expect(transaction).toLog(new RegExp('^\\[Input #0] Test.cash:32 outer loop i: 1$'));
193193
});
194194

195-
it.todo('should log intermediate results that get optimsed out inside a loop');
195+
it.todo('should log intermediate results that get optimised out inside a loop');
196196
});
197197

198198
describe('require statements', () => {

0 commit comments

Comments
 (0)