Skip to content

Commit

Permalink
fix: removed unused unit test class
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanglr committed Jul 26, 2024
1 parent e21a974 commit 1ae6a87
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/Primitively.IntegrationTests/PrimitiveRepositoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,4 @@ public void GetTypesOfTMethod_ReturnsCollectionOfPrimitiveInfoType(Type type)
// Assert
result.Should().HaveCount(Types.Count(t => t.IsAssignableTo(type)));
}

public class Test
{
private static readonly DoubleInfo _info = new
(
Type: typeof(DoubleId),
Example: "",
CreateFrom: (value) => (DoubleId)value,
Minimum: 0,
Maximum: 255,
Digits: -1,
Mode: MidpointRounding.ToEven
);
}
}

0 comments on commit 1ae6a87

Please sign in to comment.