Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinedwards committed Mar 1, 2013
1 parent 008398c commit 1ca0e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/25-2index.t
Original file line number Diff line number Diff line change
Expand Up @@ -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->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";
}

0 comments on commit 1ca0e22

Please sign in to comment.