summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 16dc0a0a..711a9ab7 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -138,7 +138,7 @@ run(int argc, char** argv)
AtomReader atom_reader(world->uri_map(),
world->uris(),
world->log(),
- *world->interface().get());
+ *world->interface());
// AtomWriter to serialise responses from the engine
std::shared_ptr<Interface> client(new TestClient(world->log()));