Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Jul 2, 2024
1 parent 377c4d6 commit 5d1cb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils/test_env.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import unittest

from rdagent.utils.env import DockerEnv, QTDockerEnv
from rdagent.utils.env import QTDockerEnv

from pathlib import Path
DIRNAME = Path(__file__).absolute().resolve().parent


class TimeUtils(unittest.TestCase):
class EnvUtils(unittest.TestCase):

def setUp(self):
pass
Expand Down

0 comments on commit 5d1cb97

Please sign in to comment.