Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#66: Resolve failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Aug 18, 2021
1 parent e633f9c commit f048847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tests/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _common_test_loads_task_from_file(self, path: str, task: str, filename: str)

def test_context_resolves_recursively_task_aliases(self):
ctx = ApplicationContext([
TaskDeclaration(TaskForTesting())
TaskDeclaration(TaskForTesting(), name=':test')
], [
TaskAliasDeclaration(':deeper', [':test', ':test']),
TaskAliasDeclaration(':deep', [':test', ':deeper'])
Expand Down

0 comments on commit f048847

Please sign in to comment.