diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-10-11 17:22:30 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-10-11 18:29:52 +0300 |
commit | 2fb1e47b75c038f226397df7b790ba699b6e2dc8 (patch) | |
tree | 2dbffca6ff746cf4369b13ebda5c6c902e26d3a0 /render-test/tests/should-fail.json | |
parent | 307f9cede112c4c8297adea491f62a82a4dd2b86 (diff) | |
download | qtlocation-mapboxgl-2fb1e47b75c038f226397df7b790ba699b6e2dc8.tar.gz |
[render-test] No camelCase on the metrics.json tag
It is ugly.
Diffstat (limited to 'render-test/tests/should-fail.json')
-rw-r--r-- | render-test/tests/should-fail.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/render-test/tests/should-fail.json b/render-test/tests/should-fail.json index 1c3784d473..30c91836a7 100644 --- a/render-test/tests/should-fail.json +++ b/render-test/tests/should-fail.json @@ -1,6 +1,6 @@ { - "tests/filesize/fail-size-is-over": "Should fail, size is bigger than expected.", - "tests/filesize/fail-size-is-under": "Should fail, size is smaller than expected.", - "tests/filesize/fail-file-doesnt-match": "Should fail, doesn't match the expectation.", - "tests/filesize/fail-file-not-found": "Should fail, file not found." + "tests/file-size/fail-size-is-over": "Should fail, size is bigger than expected.", + "tests/file-size/fail-size-is-under": "Should fail, size is smaller than expected.", + "tests/file-size/fail-file-doesnt-match": "Should fail, doesn't match the expectation.", + "tests/file-size/fail-file-not-found": "Should fail, file not found." } |