We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f676e2 commit 7c0e306Copy full SHA for 7c0e306
1 file changed
tests/connection_test.go
@@ -28,7 +28,6 @@ func TestConnection(t *testing.T) {
28
DATABASE := fmt.Sprintf("%s_%s", t.Name(), "secondary")
29
So(e_connection.Use(DATABASE).Name(), ShouldEqual, DATABASE)
30
})
31
-
32
33
Convey("Connect with a URI specified within client options", func() {
34
opts := options.Client().ApplyURI(strings.Replace(e_mocks.DEFAULT_DATASOURCE, e_mocks.DEFAULT_DB_NAME, t.Name(), 1))
0 commit comments