ax(database): rename TestInitialize to follow TestFilename_Function_Good convention
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
4afc61cbbb
commit
fbe40d2c53
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ func setupTestDB(t *testing.T) func() {
|
|||
}
|
||||
}
|
||||
|
||||
func TestInitialize(t *testing.T) {
|
||||
func TestDatabase_Initialize_Good(t *testing.T) {
|
||||
cleanup := setupTestDB(t)
|
||||
defer cleanup()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue