1 parent 3b52000 commit ffe760bCopy full SHA for ffe760b
1 file changed
autotest/test_sim_strict.py
@@ -37,7 +37,7 @@ def write_bad_option(ws, name):
37
npf_file = ws / f"{name}.npf"
38
with open(npf_file, "w") as f:
39
f.write("BEGIN options\n")
40
- f.write(" BOGUS_OPTION\n")
+ f.write(" UNKNOWN\n")
41
f.write("END options\n\n")
42
f.write("BEGIN griddata\n")
43
f.write(" ICELLTYPE\n")
0 commit comments