Skip to content

Commit e6acb77

Browse files
committed
Fix test.
1 parent e113768 commit e6acb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/VuFind/tests/unit-tests/src/VuFindTest/RecordTab/ChannelsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testGetDescription(): void
8585
*/
8686
public function testSupportsAjax(): void
8787
{
88-
$this->assertFalse($this->getChannels()->supportsAjax());
88+
$this->assertTrue($this->getChannels()->supportsAjax());
8989
}
9090

9191
/**

0 commit comments

Comments
 (0)