Skip to content

Commit

Permalink
Alter test a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlan committed Jun 24, 2024
1 parent 883cf0a commit d8b38fa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/parse/test_parse_vrplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,10 @@ def test_parse_vrplib_raises_when_specification_after_section():
"""
instance = "\n".join(
[
"EDGE_WEIGHT_SECTION",
"0 1",
"1 0",
"NODE_COORD_SECTION",
"1 20 20",
"NAME: Test",
"EDGE_WEIGHT_TYPE: EXPLICIT",
"EDGE_WEIGHT_FORMAT: FULL_MATRIX",
"EDGE_WEIGHT_TYPE: EUC_2D",
"EOF",
]
)
Expand Down

0 comments on commit d8b38fa

Please sign in to comment.