File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/CIM.Mapper.Tests/TinyNetwork/NetSam1_3 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public async Task TinyNetworkToCim100_NoErrorsExpected()
7373 // Run validator
7474 string validatorOutputFileName = $ "{ rootFolder } /data/validator_ouput.jsonl";
7575
76- await Validator . CLI . Program . Main ( new string [ ] { $ "--input-file={ mapperOutputFileName } ", $ "--output-file={ validatorOutputFileName } "} ) ;
76+ await Validator . CLI . Program . Main ( new string [ ] { $ "--input-file={ mapperOutputFileName } ", $ "--output-file={ validatorOutputFileName } " } ) ;
7777
7878 // This is a hack for now, I'll handle it better in the future where it does not do a contains.
7979 var validatorLines = File . ReadAllLines ( validatorOutputFileName ) . Where ( x => x . Contains ( "\" Severity\" :\" Error\" " ) ) . ToList ( ) ;
You can’t perform that action at this time.
0 commit comments