Skip to content

Commit

Permalink
fixed names of tests to use slash separated options
Browse files Browse the repository at this point in the history
  • Loading branch information
abhipranay committed Oct 23, 2024
1 parent 1bb6ed1 commit 02d57ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/mongodb/mongodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ func TestMongoDB(t *testing.T) {
opts: []testcontainers.ContainerCustomizer{},
},
{
name: "With Replica set and mongo:4",
name: "with-replica/mongo:4",
img: "mongo:4",
opts: []testcontainers.ContainerCustomizer{
mongodb.WithReplicaSet("rs"),
},
},
{
name: "With Replica set and mongo:6",
name: "with-replica/mongo:6",
img: "mongo:6",
opts: []testcontainers.ContainerCustomizer{
mongodb.WithReplicaSet("rs"),
},
},
{
name: "With Replica set and mongo:7",
name: "with-replica/mongo:7",
img: "mongo:7",
opts: []testcontainers.ContainerCustomizer{
mongodb.WithReplicaSet("rs"),
Expand Down

0 comments on commit 02d57ba

Please sign in to comment.