From 277a92b3c6b89eb70473b0c93103425ee2d47a21 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 25 Oct 2023 15:30:33 -0700 Subject: [PATCH] fixed tests --- tests/test_coder.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/test_coder.py b/tests/test_coder.py index fb4b08e57..6d333be07 100644 --- a/tests/test_coder.py +++ b/tests/test_coder.py @@ -391,10 +391,10 @@ class TestCoder(unittest.TestCase): Do this: {str(fname)} -<<<<<<< HEAD +<<<<<<< SEARCH ======= new ->>>>>>> updated +>>>>>>> REPLACE """ coder.partial_response_function_call = dict() @@ -441,11 +441,11 @@ new Do this: {str(fname2)} -<<<<<<< HEAD +<<<<<<< SEARCH two ======= TWO ->>>>>>> updated +>>>>>>> REPLACE """ coder.partial_response_function_call = dict() @@ -493,11 +493,11 @@ TWO Do this: {str(fname)} -<<<<<<< HEAD +<<<<<<< SEARCH two ======= three ->>>>>>> updated +>>>>>>> REPLACE """ coder.partial_response_function_call = dict() @@ -570,11 +570,11 @@ three Do this: {str(fname)} -<<<<<<< HEAD +<<<<<<< SEARCH one ======= two ->>>>>>> updated +>>>>>>> REPLACE """ coder.partial_response_function_call = dict()