Skip to content

Commit 8fe5e00

Browse files
committed
Fix conf.json
1 parent 986ba5e commit 8fe5e00

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.CI/installLibraries.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for l in {
112112
{"ThermoPower", "master"},
113113
{"ThermoSysPro", "master"},
114114
{"TILMedia", "main"},
115-
{"TILMedia_AddOn_Tests ", "main"},
115+
{"TILMedia_AddOn_Tests", "main"},
116116
{"TransiEnt", "master"},
117117
{"VehicleInterfaces", "master"},
118118
{"URDFModelica", "main"}

configs/conf.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,11 +552,12 @@
552552
]
553553
},
554554
{
555-
"library":"TILMedia_AddOn_Tests ",
555+
"library":"TILMedia_AddOn_Tests",
556556
"libraryVersion":"main",
557557
"libraryVersionNameForTests":"",
558558
"extraLibraries":[
559-
["TILMedia", "ClaRa", "default"]
559+
["TILMedia", "default"],
560+
["ClaRa", "default"]
560561
]
561562
},
562563
{

0 commit comments

Comments
 (0)