Skip to content

Commit eb31a5c

Browse files
committed
fix:tests
1 parent 4b4d06c commit eb31a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ public function testCallWithNotDefaultConfig()
144144

145145
$this->assertFileExists($configPath);
146146

147-
$this->assertEqualsFixture('changed_config', $updated);
147+
$this->assertEqualsFixture('changed_config.json', $updated);
148148
}
149149
}

0 commit comments

Comments
 (0)