(suiteName, testName string)
| 32 | } |
| 33 | |
| 34 | func (s *DatabaseSuite) AfterTest(suiteName, testName string) { |
| 35 | s.db.Close() |
| 36 | assert.Nil(s.T(), s.tmpDir.Clean()) |
| 37 | } |
| 38 | |
| 39 | func TestInvalidDialect(t *testing.T) { |
| 40 | tmpDir := test.NewTmpDir("gotify_testinvaliddialect") |