summaryrefslogtreecommitdiff
path: root/test/sprite/sprite_parser.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sprite/sprite_parser.test.cpp')
-rw-r--r--test/sprite/sprite_parser.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sprite/sprite_parser.test.cpp b/test/sprite/sprite_parser.test.cpp
index 529e4c75e8..3e97ab9437 100644
--- a/test/sprite/sprite_parser.test.cpp
+++ b/test/sprite/sprite_parser.test.cpp
@@ -289,7 +289,7 @@ TEST(Sprite, SpriteParsingInvalidJSON) {
FAIL() << "Expected exception";
} catch (std::runtime_error& err) {
EXPECT_STREQ(
- "Failed to parse JSON: Missing a closing quotation mark in string. at offset 14",
+ "Failed to parse JSON on line 1 col 14: Missing a closing quotation mark in string.",
err.what());
}
}