Skip to content

Commit 04917d7

Browse files
committed
spelling: source
1 parent 6dd212b commit 04917d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ExternalModule.unittest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe("ExternalModule", function() {
4545
it("calls getSource with the result of getSourceString", function() {
4646
// set up
4747
const expectedString = "something expected stringy";
48-
const expectedSource = "something expected sourcy";
48+
const expectedSource = "something expected source";
4949
externalModule.getSource = sinon.stub().returns(expectedSource);
5050
externalModule.getSourceString = sinon.stub().returns(expectedString);
5151

0 commit comments

Comments
 (0)