This commit is contained in:
Paul Gauthier 2023-08-18 10:35:42 -07:00
parent 4e45d1597d
commit 2737cbde06

View file

@ -512,10 +512,6 @@ three
coder.run(with_message="hi")
print("=" * 20)
print(repo.git.log(["-p"]))
print("=" * 20)
content = fname.read_text()
self.assertEqual(content, "three\n")