Skip to content

Commit 083f3f6

Browse files
Fix unit tests
1 parent c200586 commit 083f3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/services/ios-log-filter.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("iOSLogFilter", () => {
4343
null,
4444
null,
4545
"CONSOLE ERROR file:///app/tns_modules/@angular/core/bundles/core.umd.js:3472:32: EXCEPTION: Uncaught (in promise): Error: CUSTOM EXCEPTION",
46-
null
46+
""
4747
]
4848
},
4949
{
@@ -84,7 +84,7 @@ describe("iOSLogFilter", () => {
8484
null,
8585
null,
8686
null,
87-
null
87+
""
8888
]
8989
}
9090
];

0 commit comments

Comments
 (0)