summaryrefslogtreecommitdiff
path: root/test/storage/http_noloop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage/http_noloop.cpp')
-rw-r--r--test/storage/http_noloop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/storage/http_noloop.cpp b/test/storage/http_noloop.cpp
index cb2b778aa7..d9d69af5a8 100644
--- a/test/storage/http_noloop.cpp
+++ b/test/storage/http_noloop.cpp
@@ -1,11 +1,11 @@
-#include "../util.hpp"
+#include "storage.hpp"
#include <uv.h>
#include <mbgl/storage/default/default_file_source.hpp>
#include <mbgl/util/uv.hpp>
-TEST(Storage, HTTPNoLoop) {
+TEST_F(Storage, HTTPNoLoop) {
SCOPED_TEST(HTTPNoLoop)
using namespace mbgl;