Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx committed Apr 19, 2024
1 parent 8f3425f commit a5ef4c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 190 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/unit/parser/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@pytest.fixture
def mock_project():
mock_project = MagicMock(RuntimeConfig)
mock_project.cli_vars = ""
mock_project.cli_vars = {}
mock_project.args = MagicMock()
mock_project.args.profile = "test"
mock_project.args.target = "test"
Expand Down
189 changes: 0 additions & 189 deletions tests/unit/test_parse_manifest.py

This file was deleted.

0 comments on commit a5ef4c4

Please sign in to comment.