diff options
Diffstat (limited to 'test/storage/http_reading.cpp')
-rw-r--r-- | test/storage/http_reading.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/storage/http_reading.cpp b/test/storage/http_reading.cpp index 0fbabf57f9..7130e13c6b 100644 --- a/test/storage/http_reading.cpp +++ b/test/storage/http_reading.cpp @@ -1,10 +1,10 @@ -#include "../util.hpp" +#include "storage.hpp" #include <uv.h> #include <mbgl/storage/default/default_file_source.hpp> -TEST(Storage, HTTPReading) { +TEST_F(Storage, HTTPReading) { SCOPED_TEST(HTTPTest) SCOPED_TEST(HTTP404) |