mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
ceph_test_objectstore: fix warning
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
6aa48a485e
commit
cf98805c09
@ -1424,7 +1424,7 @@ TEST_P(StoreTest, BigRGWObjectName) {
|
||||
vector<ghobject_t> objects;
|
||||
r = store->collection_list(cid, objects);
|
||||
ASSERT_EQ(r, 0);
|
||||
ASSERT_EQ(objects.size(), 1);
|
||||
ASSERT_EQ(objects.size(), 1u);
|
||||
ASSERT_EQ(objects[0], oid2);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user