Skip to content

Commit 7c0e306

Browse files
committed
fix: lint issue
1 parent 0f676e2 commit 7c0e306

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/connection_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func TestConnection(t *testing.T) {
2828
DATABASE := fmt.Sprintf("%s_%s", t.Name(), "secondary")
2929
So(e_connection.Use(DATABASE).Name(), ShouldEqual, DATABASE)
3030
})
31-
3231
})
3332
Convey("Connect with a URI specified within client options", func() {
3433
opts := options.Client().ApplyURI(strings.Replace(e_mocks.DEFAULT_DATASOURCE, e_mocks.DEFAULT_DB_NAME, t.Name(), 1))

0 commit comments

Comments
 (0)