Reverted Close() method signature change

This commit is contained in:
Technerder
2021-07-09 13:29:58 -04:00
parent c4e1c722b1
commit bd837d91ab
3 changed files with 8 additions and 7 deletions

View File

@@ -174,3 +174,7 @@ func Test_SslRequiredMode(t *testing.T) {
SslMode: "require",
})
}
func Test_Postgres_Close(t *testing.T) {
utils.AssertEqual(t, nil, testStore.Close())
}