Skip to content

Commit 47c862d

Browse files
committed
Fix unit tests
1 parent 4e54b20 commit 47c862d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/template_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_retrieve_workflow_templates():
1818
"merge-gate": "merge-gate.yml",
1919
"pr-merge": "pr-merge.yml",
2020
"report": "report.yml",
21+
"slow-checks": "slow-checks.yml",
2122
}
2223
actual = template._templates(subpackage)
2324
actual = {name: path.name for name, path in actual.items()}
@@ -54,6 +55,7 @@ def test_retrieve_issue_templates():
5455
"merge-gate": "merge-gate.yml",
5556
"pr-merge": "pr-merge.yml",
5657
"report": "report.yml",
58+
"slow-checks": "slow-checks.yml",
5759
},
5860
),
5961
(
@@ -105,6 +107,7 @@ def test_retrieve_templates(subpackage, expected):
105107
"merge-gate.yml",
106108
"pr-merge.yml",
107109
"report.yml",
110+
"slow-checks.yml",
108111
],
109112
),
110113
],

0 commit comments

Comments
 (0)