Skip to content

Commit

Permalink
unit test renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmikeli committed Sep 4, 2021
1 parent b89345d commit 262ee39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/IoT.Simulator/IoT.DTDL.Tests/DTDLAvnetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class DTDLAvnetTests
[TestMethod()]
[TestCategory("Interface")]
[TestCategory("mt3620starterkit")]
public async Task MT3620StarterKit_Telemetries_With_Units_OK()
public async Task MT3620StarterKit_Simple_OK()
{
string dtdlModelPath = @"./Tests/Avnet/mt3620starterkit-1.json";
string modelId = "dtmi:avnet:mt3620Starterkit;1";
Expand All @@ -42,7 +42,7 @@ public async Task MT3620StarterKit_Telemetries_With_Units_OK()
[TestMethod()]
[TestCategory("Interface")]
[TestCategory("mt3620starterkit")]
public async Task MT3620StarterKit_Telemetries_With_Semantics_And_Units_OK()
public async Task MT3620StarterKit_DTDL_With_Semantics_And_Units_OK()
{
string dtdlModelPath = @"./Tests/Avnet/mt3620starterkit-1.json";
string modelId = "dtmi:avnet:mt3620Starterkit;1";
Expand Down

0 comments on commit 262ee39

Please sign in to comment.