MCPcopy Index your code
hub / github.com/gotify/server / AfterTest

Method AfterTest

database/migration_test.go:41–43  ·  view source on GitHub ↗
(suiteName, testName string)

Source from the content-addressed store, hash-verified

39}
40
41func (s *MigrationSuite) AfterTest(suiteName, testName string) {
42 assert.Nil(s.T(), s.tmpDir.Clean())
43}
44
45func (s *MigrationSuite) TestMigration() {
46 db, err := New("sqlite3", s.tmpDir.Path("test_obsolete.db"), "admin", "admin", 6, true)

Callers

nothing calls this directly

Calls 1

CleanMethod · 0.80

Tested by

no test coverage detected