Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Lorenzen committed Feb 26, 2019
1 parent 0c07eb0 commit d9613cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/issues/8.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ClassC {
}
}

test('issue 9: can record method with 0 arguments', async t => {
test('issue 8: can use substitute in arguments', async t => {
const classBMock = Substitute.for<ClassB>();
const classC = new ClassC(classBMock);
t.not(classC, null);
Expand Down

0 comments on commit d9613cf

Please sign in to comment.