summaryrefslogtreecommitdiffhomepage
path: root/test/json.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-13 18:08:44 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-13 20:43:16 +0100
commite45bf04c0f86ab08d5e811efb3a3d0b508f449c3 (patch)
tree7045c6efd07f670665fade25f55fc84ed6848eb3 /test/json.cpp
parent62172828e4114437b88456dd12d90066fde458df (diff)
rename test app
Diffstat (limited to 'test/json.cpp')
-rw-r--r--test/json.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json.cpp b/test/json.cpp
index b5caf145..3b099e47 100644
--- a/test/json.cpp
+++ b/test/json.cpp
@@ -32,7 +32,7 @@ static chunk make_test_chunk()
return c;
}
-bool floormat::test_json() // NOLINT(readability-convert-member-functions-to-static)
+bool test_app::test_json() // NOLINT(readability-convert-member-functions-to-static)
{
constexpr auto output_dir = "../test/."_s;
{