Skip to content

Commit ab1d2f3

Browse files
Update content/fundamentals/unit-testing.md
1 parent e6d9f0d commit ab1d2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ describe('CatsController', () => {
185185
}
186186
})
187187
.compile();
188-
controller = modRef.get(CatsController);
188+
controller = moduleRef.get(CatsController);
189189
});
190190
})
191191
```

0 commit comments

Comments
 (0)