Skip to content

Commit

Permalink
Code changes to remove TestInitialize annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kundadebdatta committed Aug 31, 2022
1 parent 575681b commit 8d70336
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ public class PartitionKeyRangeCacheTest
/// </summary>
public TestContext TestContext { get; set; }

/// <summary>
/// Initializes the test class with the current test context.
/// </summary>
[TestInitialize]
public void Initialize()
{
}

/// <summary>
/// Test to validate that when a fresh container is created, TryGetOverlappingRangesAsync() should not
/// add same key to the trace dictionary. The same key could be regenerated, if the CPU computation is
Expand Down

0 comments on commit 8d70336

Please sign in to comment.