From e45bf04c0f86ab08d5e811efb3a3d0b508f449c3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 13 Nov 2022 18:08:44 +0100 Subject: rename test app --- test/json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/json.cpp') 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; { -- cgit v1.2.3