Skip to content

Commit ffe760b

Browse files
committed
fix test
1 parent 3b52000 commit ffe760b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autotest/test_sim_strict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def write_bad_option(ws, name):
3737
npf_file = ws / f"{name}.npf"
3838
with open(npf_file, "w") as f:
3939
f.write("BEGIN options\n")
40-
f.write(" BOGUS_OPTION\n")
40+
f.write(" UNKNOWN\n")
4141
f.write("END options\n\n")
4242
f.write("BEGIN griddata\n")
4343
f.write(" ICELLTYPE\n")

0 commit comments

Comments
 (0)