Skip to content

Commit bbde51b

Browse files
committed
fix test
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent a1b6357 commit bbde51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/AppConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ public function testSetValueFloatIsUpdatedDatabase(): void {
718718
public function testSetValueBool(): void {
719719
$config = $this->generateAppConfig();
720720
$config->setValueBool('feed', 'bool', true);
721-
$this->assertSame(true, $config->getValueBool('feed', 'bool', 0));
721+
$this->assertSame(true, $config->getValueBool('feed', 'bool', false));
722722
}
723723

724724
public function testSetValueBoolCache(): void {

0 commit comments

Comments
 (0)