Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ashovlin committed Aug 7, 2024
1 parent 2bed5ea commit 9fa85ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/test/NetStandard/UnitTests/Services/DynamoDBTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void AttributeValueIsBOOLSetTest()
Assert.False(boolAV.BOOL.HasValue);
}

#region MockingTests - these are similar to AWSSDK_DotNet.UnitTests.MockingTests, if we unify .NET Framework 4.5 and .NET tests they can be de-duplicated
#region MockingTests

[Fact]
[Trait("Category", "DynamoDBv2")]
Expand Down

0 comments on commit 9fa85ad

Please sign in to comment.