From 4304e9364b6e9fd96a219317791f980214effaa1 Mon Sep 17 00:00:00 2001 From: Abderrahim AZIME Date: Wed, 15 Jan 2025 16:21:07 +0100 Subject: [PATCH] pre-commit --- source/ed/tests/fusioparser_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ed/tests/fusioparser_test.cpp b/source/ed/tests/fusioparser_test.cpp index 3ad8885280..474d3ef2fe 100644 --- a/source/ed/tests/fusioparser_test.cpp +++ b/source/ed/tests/fusioparser_test.cpp @@ -811,7 +811,6 @@ BOOST_AUTO_TEST_CASE(ntfs_with_zonal_odt) { BOOST_CHECK_EQUAL(data.lines[5]->uri, "Juvisy:RisOrangis"); BOOST_CHECK_EQUAL(data.lines[5]->name, "Juvisy Ris Orangis"); - BOOST_CHECK_EQUAL(data.vehicle_journeys[0]->uri, "SP:JeanJaures_SP:ODT:GareMennecy"); BOOST_CHECK_EQUAL(data.vehicle_journeys[0]->name, "Gare de mennecy"); BOOST_REQUIRE_EQUAL(data.vehicle_journeys[0]->stop_time_list.size(), 3);