Skip to content

Commit 72a0705

Browse files
committed
fix: remove dummy failure
1 parent df116ce commit 72a0705

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/unit-test/utils_test.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -122,26 +122,11 @@ function testPad() {
122122
}
123123
}
124124

125-
function testDummyFailure1() {
126-
throw 'Test Dummy 1.\n' +
127-
'Actual: ' + 'Success' + '\n' +
128-
'Expected: ' + 'Failure';
129-
}
130-
131-
function testDummyFailure2() {
132-
throw 'Test Dummy 2.\n' +
133-
'Actual: ' + 'Success' + '\n' +
134-
'Expected: ' + 'Failure';
135-
}
136-
137-
138125
async function test() {
139126
testAmzDatetime();
140127
testEightDigitDate();
141128
testPad();
142129
testParseArray();
143-
testDummyFailure1();
144-
testDummyFailure2();
145130
}
146131

147132
function printHeader(testName) {

0 commit comments

Comments
 (0)