tests: Rename fixtures/bad.json
Bug: T306524 Change-Id: I3b97c041bf2e1171bd6e31774de12ae1d73f95a4
This commit is contained in:
parent
7ab4f666be
commit
5f2584b648
2 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class FileSourceTest extends TestCase {
|
|||
}
|
||||
|
||||
public function testLoadBadFormat() {
|
||||
$source = new FileSource( __DIR__ . '/fixtures/bad.json', new JsonFormat() );
|
||||
$source = new FileSource( __DIR__ . '/fixtures/bad.txt', new JsonFormat() );
|
||||
|
||||
$this->expectException( SettingsBuilderException::class );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue