Skip to content

Commit dd5010a

Browse files
committed
chore: fix unit test
1 parent 5d2d5bf commit dd5010a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meteor/__mocks__/webapp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const WebAppMock = {
2-
rawConnectHandlers: {
2+
rawHandlers: {
33
use: (): void => {
44
// No web server to setup
55
},

0 commit comments

Comments
 (0)