Skip to content

Commit 95f1c7b

Browse files
authored
Fix duplicate test name in FileFormats.LP (#2642)
1 parent d8bb963 commit 95f1c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FileFormats/LP/LP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ function test_VectorAffineFunction_SOS()
10781078
return
10791079
end
10801080

1081-
function test_comprehensive_write()
1081+
function test_invalid_token_in_sos()
10821082
model = LP.Model()
10831083
io = IOBuffer()
10841084
print(

0 commit comments

Comments
 (0)