Skip to content

Commit 94bf2c4

Browse files
p1-radbanty
authored andcommitted
test_end_to_end / correct typing
1 parent 89d464d commit 94bf2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_tests/test_end_to_end.py

Lines changed: 1 addition & 1 deletion
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)