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 6684f404..198f2d48 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -29,7 +29,7 @@ static chunk make_test_chunk() return c; } -bool app::test_json() // NOLINT(readability-convert-member-functions-to-static) +bool floormat::test_json() // NOLINT(readability-convert-member-functions-to-static) { const std::filesystem::path output_dir = "../test/."; { |