Skip to content

Commit 9a9c03d

Browse files
committed
update test. Qiu
1 parent c679d5c commit 9a9c03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/all/modules/custom/unit_test/unit_test.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class OneShouldEqualOneTestCase extends DrupalUnitTestCase {
2828
}
2929

3030
public function testCI(){
31-
$this->assertTrue(equal_method(1, 2));
31+
$this->assertTrue(equal_method(1, 1));
3232
}
3333

3434
}

0 commit comments

Comments
 (0)