Skip to content

Commit c679d5c

Browse files
committed
update test. Qiu
1 parent ab1e7f2 commit c679d5c

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, 1));
31+
$this->assertTrue(equal_method(1, 2));
3232
}
3333

3434
}

0 commit comments

Comments
 (0)