summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 496e8828..9f7da2f0 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -166,7 +166,9 @@ run(int argc, char** argv)
int n_events = 0;
for (;; ++n_events) {
std::string subject_str = fmt("msg%1%", n_events);
- Sord::URI subject(*world->rdf_world(), subject_str,
+
+ Sord::URI subject(*world->rdf_world(),
+ subject_str,
reinterpret_cast<const char*>(cmds_file_uri.buf));
auto iter = cmds->find(subject, nil, nil);