Skip to content

Commit 4f1dfa4

Browse files
committed
Update
1 parent cb32e4d commit 4f1dfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/FileFormats/MOF/MOF.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function test_HS071()
115115
MOI.write_to_file(model, TEST_MOF_FILE)
116116
target = read(joinpath(@__DIR__, "nlp.mof.json"), String)
117117
target = replace(target, r"\s" => "")
118+
target = replace(target, "MathOptFormatModel" => "MathOptFormat Model")
118119
@test read(TEST_MOF_FILE, String) == target
119120
_validate(TEST_MOF_FILE)
120121
return

0 commit comments

Comments
 (0)