diff options
Diffstat (limited to 'tests/lib/App/InfoParserTest.php')
-rw-r--r-- | tests/lib/App/InfoParserTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/InfoParserTest.php b/tests/lib/App/InfoParserTest.php index 4fa8b2a06a5..b72a869e02c 100644 --- a/tests/lib/App/InfoParserTest.php +++ b/tests/lib/App/InfoParserTest.php @@ -54,7 +54,7 @@ class InfoParserTest extends TestCase { ['expected-info.json', 'valid-info.xml'], [null, 'invalid-info.xml'], ['navigation-one-item.json', 'navigation-one-item.xml'], - ['navigation-two-item.json', 'navigation-two-item.xml'], + ['navigation-two-items.json', 'navigation-two-items.xml'], ]; } } |