Fixed DB retrieving test

This commit is contained in:
Technerder
2021-07-10 21:22:37 -04:00
parent 9c850f5235
commit 5bf7da2074

View File

@@ -180,5 +180,5 @@ func Test_Postgres_Close(t *testing.T) {
}
func Test_Postgres_DB(t *testing.T) {
utils.AssertEqual(t, nil, testStore.DB())
utils.AssertEqual(t, true, testStore.DB() != nil)
}