Skip to content

Commit 93974bf

Browse files
committed
Fixed a typo. Worked on mac, failed on linux
1 parent 3682328 commit 93974bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testMachine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert');
22
const Machine = require('../src/machine.js');
33
const InvalidInstructionException = require('../src/commands/invalidInstructionException.js');
4-
const StackUnderFlowException = require('../src/stackUnderFlowException.js');
4+
const StackUnderFlowException = require('../src/stackUnderflowException.js');
55

66
const stitch = lines => lines.join('\n');
77

0 commit comments

Comments
 (0)