Skip to content

Commit 6d523e0

Browse files
committed
修改SaeMigrateTestCase
1 parent 7745d36 commit 6d523e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/management/test_sae_migrate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from .base import CommandTestBase
44

55

6-
class CommandsTestCase(CommandTestBase):
7-
def test_sae_migrate(self):
6+
class SaeMigrateTestCase(CommandTestBase):
7+
def test_command(self):
88
command = sae_migrate.Command()
99
self.execute(command, db_dry_run=True)
1010

0 commit comments

Comments
 (0)