Skip to content

Commit 7b95322

Browse files
make the diff even bigger
1 parent e235662 commit 7b95322

302 files changed

Lines changed: 1 addition & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/diff_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Expected result: raw diff fails with 406 code but get_files() returns all patches except for 1
1818

1919
for i in range(300):
20-
with open(f"changed_file_{i}.txt", "w") as fd:
20+
with open(f"z_changed_file_{i}.txt", "w") as fd:
2121
for j in range(100):
2222
fd.write(f"added line {j + 1}\n")
2323

0 commit comments

Comments
 (0)