Skip to content

Commit b52bc7c

Browse files
go formatting
1 parent cddf163 commit b52bc7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

account_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ func TestAccount_ListDatabaseModules(t *testing.T) {
140140

141141
assert.ElementsMatch(t, []*account.DatabaseModule{
142142
{
143-
Name: redis.String("RedisBloom"),
143+
Name: redis.String("RedisBloom"),
144144
Description: redis.String("Bloom Filter Module for Redis"),
145145
},
146146
{
147-
Name: redis.String("RedisGraph"),
147+
Name: redis.String("RedisGraph"),
148148
Description: redis.String("A graph database on top of Redis which supports Open-Cypher query language"),
149149
},
150150
}, actual)

0 commit comments

Comments
 (0)