Skip to content

Commit

Permalink
tests: update railjson version
Browse files Browse the repository at this point in the history
Signed-off-by: Youness CHRIFI ALAOUI <[email protected]>
  • Loading branch information
younesschrifi committed Nov 20, 2024
1 parent 5ac05c9 commit e63b929
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/data/infras/circle_infra/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [],
"routes": [],
"extended_switch_types": [],
Expand Down
2 changes: 1 addition & 1 deletion tests/data/infras/example_script/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [
{
"id": "my-op",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/infras/nested_switches/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [],
"routes": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/data/infras/one_line/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [],
"routes": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/data/infras/overlapping_routes/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [
{
"id": "op.a1",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/infras/small_infra/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [
{
"id": "West_station",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/infras/three_trains/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [],
"routes": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/data/infras/tiny_infra/infra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.12",
"version": "3.4.13",
"operational_points": [
{
"id": "op.station_foo",
Expand Down

0 comments on commit e63b929

Please sign in to comment.