Skip to content

Commit

Permalink
Renaming test.
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Mar 6, 2023
1 parent 57750aa commit a632dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import unittest


class TestConfigSetup(unittest.TestCase):
class TestEnvironmentSetup(unittest.TestCase):

def assertSetup(self, files: Dict[str, Any] = None, env: dict[str, str] = None, expected_files: Dict[str, str] = None, expected_config: Config = None) -> None:
state = FileSystemState(files=None if files is None else {k: {'content': v} for k, v in files.items()})
Expand Down

0 comments on commit a632dd3

Please sign in to comment.