fix test for windows

This commit is contained in:
Paul Gauthier 2024-06-28 17:02:44 -07:00
parent 8efc66b46e
commit a042914e66

View file

@ -288,7 +288,7 @@ after b
files = [file1]
# Initialize the Coder object with the mocked IO and mocked repo
coder = Coder.create(self.GPT35, "whole", io=InputOutput(pretty=False), fnames=files)
coder = Coder.create(self.GPT35, "whole", io=InputOutput(), fnames=files, stream=False)
# no trailing newline so the response content below doesn't add ANOTHER newline
new_content = "new\ntwo\nthree"