Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Doğukan Aydoğdu authored May 26, 2020
1 parent d72263e commit 8f96c38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# go-test-database

This package creates a mysql container for your applications and returns a connectionn to the created database so you can easily query the test database.
This package creates a up and running mysql container for your applications and returns a connectionn to the created database so you can easily query the test database.

# Requirements
* :3305 port must not be used
Expand Down Expand Up @@ -30,8 +30,6 @@ func TestNewUnit(t *testing.T) {
log.Fatal(err)
}

// TODO: connection should close

defer def()

t.Log("ping success")
Expand Down

0 comments on commit 8f96c38

Please sign in to comment.