Skip to content

Commit 9807b94

Browse files
committed
fix git conflict characters left over from local resolution via rebase
1 parent 943c0b4 commit 9807b94

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

fremorizer/tests/test_cmor_finder_make_simple_varlist.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,10 @@ def test_make_simple_varlist_mip_table_filter(tmp_path):
178178
result = make_simple_varlist(str(tmp_path), None, json_mip_table=str(mip_table))
179179

180180
assert result is not None
181-
<<<<<<< HEAD
182-
assert 'sos' in result
183-
assert 'notinmip' not in result
184-
=======
185181
assert result.get("sos") == "sos", "MIP variable should be self-mapped"
186182
assert "notinmip" in result, "non-MIP variable should be included"
187183
assert result["notinmip"] == '', "non-MIP variable should have empty string value"
188-
>>>>>>> db3c60b (fix: resolve omission tracking clash and propagate new varlist semantics to fremor varlist)
184+
189185

190186

191187
# ---- no files matching search pattern ----

0 commit comments

Comments
 (0)