Skip to content

Commit 0b19576

Browse files
authored
Merge pull request #1 from Codeception/fix-test
Fix broken test
2 parents 4d56f56 + 09d698a commit 0b19576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/TestsForWeb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ public function testCheckingOptionsWithComplexNames()
14161416
$this->module->checkOption('#bmessage-topicslinks input[value="4"]');
14171417
$this->module->click('Submit');
14181418
$data = data::get('form');
1419-
$this->assertContains(4, $data['BMessage']['topicsLinks']);
1419+
$this->assertContains('4', $data['BMessage']['topicsLinks']);
14201420
}
14211421

14221422
/**

0 commit comments

Comments
 (0)