Skip to content

Commit 8bc8900

Browse files
committed
Fix format
1 parent a56cf73 commit 8bc8900

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/FileFormats/MPS/MPS.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,10 +1506,7 @@ function test_rhs_free_row()
15061506
ENDATA
15071507
""")
15081508
model = MPS.Model()
1509-
@test_throws(
1510-
MPS.ParseError,
1511-
read!(io, model),
1512-
)
1509+
@test_throws MPS.ParseError read!(io, model)
15131510
return
15141511
end
15151512

0 commit comments

Comments
 (0)