Skip to content

Commit 21a1674

Browse files
committed
Fix unit test spec description
1 parent e5e48a0 commit 21a1674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/src/main/assets/app/tests/testsInstanceOfOperator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("instanceof operator tests", function () {
2929
expect(actual).toBe(false);
3030
});
3131

32-
it("should return false for instanceof", function () {
32+
it("should return false for undefined", function () {
3333
const actual = undefined instanceof com.tns.tests.MyInterface1;
3434
expect(actual).toBe(false);
3535
});

0 commit comments

Comments
 (0)