Skip to content

Commit f3d3fd7

Browse files
committed
Fix spellcheck
1 parent e86391a commit f3d3fd7

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
@@ -193,7 +193,7 @@ describe('Debugging tests', () => {
193193
expect(transaction).toLog(new RegExp('^\\[Input #0] Test.cash:32 outer loop i: 1$'));
194194
});
195195

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

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

0 commit comments

Comments
 (0)