summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-24 05:45:54 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-24 13:05:21 +0000
commit1545c0208a32e96db1bf17237b465757e7eab617 (patch)
tree5104d2d02273eabf8e8a6d6615daa0f127b393db /storage/src/tests/persistence/filestorage/operationabortingtest.cpp
parent6534a31a780aec69a208c11ac50d43a3621773a0 (diff)
Remove load type from Context
Diffstat (limited to 'storage/src/tests/persistence/filestorage/operationabortingtest.cpp')
-rw-r--r--storage/src/tests/persistence/filestorage/operationabortingtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/persistence/filestorage/operationabortingtest.cpp b/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
index eb7f2f883ab..0582aa5c6b3 100644
--- a/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
+++ b/storage/src/tests/persistence/filestorage/operationabortingtest.cpp
@@ -72,7 +72,7 @@ public:
}
};
-spi::LoadType defaultLoadType(0, "default");
+metrics::LoadType defaultLoadType(0, "default");
}