Skip to content

Commit 3078a9b

Browse files
committed
no reason to be async there is no async functions in the block
1 parent 317790f commit 3078a9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CIM.Mapper.Tests/TinyNetwork/NetSam1_3/MapNetSamDataTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public async Task TinyNetworkToCim100_MissingBayError()
138138
}
139139

140140
[Fact]
141-
public async Task MapNetSamToCim100()
141+
public void MapNetSamToCim100()
142142
{
143143
string rootFolder = @"c:/data/test";
144144

@@ -177,7 +177,6 @@ public async Task MapNetSamToCim100()
177177

178178
var stopWatch = Stopwatch.StartNew();
179179
}
180-
181180
}
182181
}
183182
}

0 commit comments

Comments
 (0)