We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddf163 commit b52bc7cCopy full SHA for b52bc7c
account_test.go
@@ -140,11 +140,11 @@ func TestAccount_ListDatabaseModules(t *testing.T) {
140
141
assert.ElementsMatch(t, []*account.DatabaseModule{
142
{
143
- Name: redis.String("RedisBloom"),
+ Name: redis.String("RedisBloom"),
144
Description: redis.String("Bloom Filter Module for Redis"),
145
},
146
147
- Name: redis.String("RedisGraph"),
+ Name: redis.String("RedisGraph"),
148
Description: redis.String("A graph database on top of Redis which supports Open-Cypher query language"),
149
150
}, actual)
0 commit comments