diff options
Diffstat (limited to 'test/json.cpp')
-rw-r--r-- | test/json.cpp | 2 |
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; { |