Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
removing failing dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
djorgensendk committed Nov 14, 2022
1 parent 465d757 commit e31711c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ namespace GreenEnergyHub.Charges.Tests.Domain.Charges
[UnitTest]
public class ChargeFactoryTests
{
[Fact]
public void FailingTest()
{
var result = 1 + 1;
Assert.Equal(3, result);
}

[Theory]
[InlineAutoDomainData]
public async Task CreateFromCommandAsync_Charge_HasNoNullsOrEmptyCollections(
Expand Down

0 comments on commit e31711c

Please sign in to comment.