Skip to content

Commit d9613cf

Browse files
author
Mathias Lorenzen
committed
minor fix.
1 parent 0c07eb0 commit d9613cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/issues/8.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ClassC {
3333
}
3434
}
3535

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

0 commit comments

Comments
 (0)