Skip to content

Commit 307a260

Browse files
fixed failed test case
1 parent 245a59e commit 307a260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/tests/database_collection_operations_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func Test_CollectionShards(t *testing.T) {
101101
WithCollectionV2(t, db, &optionsSatellite, func(col arangodb.Collection) {
102102
shards, err := col.Shards(context.Background(), true)
103103
require.NoError(t, err)
104-
assert.Equal(t, arangodb.ReplicationFactorSatellite, shards.ReplicationFactor)
104+
assert.Equal(t, arangodb.ReplicationFactorSatellite, *shards.ReplicationFactor)
105105
})
106106
}
107107
})

0 commit comments

Comments
 (0)