Skip to content

Commit 1b3608a

Browse files
p1-radbanty
andauthored
Update end_to_end_tests/test_end_to_end.py
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 9d1cd92 commit 1b3608a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

end_to_end_tests/test_end_to_end.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
def _compare_directories(
1313
record: Path,
1414
test_subject: Path,
15-
expected_differences: Optional[
16-
Dict[Path, str]
17-
] = None, # key: path relative to generated directory, value: expected generated content
15+
expected_differences: Dict[Path, str],
1816
depth=0,
1917
):
2018
"""

0 commit comments

Comments
 (0)