Skip to content

Commit b541e01

Browse files
committed
test_end_to_end / correct typing
1 parent 2715dbf commit b541e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: end_to_end_tests/test_end_to_end.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _compare_directories(
1313
record: Path,
1414
test_subject: Path,
1515
expected_differences: Optional[
16-
Dict[str, str]
16+
Dict[Path, str]
1717
] = None, # key: path relative to generated directory, value: expected generated content
1818
depth=0,
1919
):

0 commit comments

Comments
 (0)