summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--t/25-2index.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/25-2index.t b/t/25-2index.t
index 0a77137..e27d7a5 100644
--- a/t/25-2index.t
+++ b/t/25-2index.t
@@ -11,7 +11,7 @@ test_riak_rest {
     ok $obj->add_index('myindex_bin', 'value'), 'Secondary index created';
 
     ok $obj->store, 'Object with secondary index stored';
-    ok my $newobj = $bucket->get('2ikey'), 'Object with secondary index retrieved'
+    ok my $newobj = $bucket->get('2ikey'), 'Object with secondary index retrieved';
     ok $newobj->remove_index('myindex_bin', 'value'), 'Secondary index removed';
     ok $newobj->store, "Object without secondary index saved";
 }