Skip to content

Commit 2e7fc3f

Browse files
committed
Update to new version
1 parent 3d2b742 commit 2e7fc3f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Dynatello/Dynatello.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="DynamoDBGenerator" Version="0.7.4"/>
23-
<PackageReference Include="DynamoDBGenerator.SourceGenerator" Version="0.7.4"/>
22+
<PackageReference Include="DynamoDBGenerator" Version="0.7.5"/>
23+
<PackageReference Include="DynamoDBGenerator.SourceGenerator" Version="0.7.5"/>
2424
</ItemGroup>
2525

2626
</Project>

tests/DynamoDBGenerator.SourceGenerator.Tests/DynamoDBDocumentTests/ExpressionAttributeTrackerTests.cs

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ namespace DynamoDBGenerator.SourceGenerator.Tests.DynamoDBDocumentTests;
88
[DynamoDBMarshaller(typeof(InheritedClass))]
99
public partial class ExpressionAttributeTrackerTests
1010
{
11-
[Fact]
12-
public void Test()
13-
{
14-
}
1511
[Fact]
1612
public void PersonWithTupleArgument_AccessingRootExpressionAttributeName_ShouldThrow()
1713
{

0 commit comments

Comments
 (0)