Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 30, 2024
1 parent 2df474a commit 7ed0d40
Show file tree
Hide file tree
Showing 60 changed files with 6 additions and 262 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public class VerifyCombinationsTests
public class CombinationTests
{
public Task One()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[TestClass]
public partial class VerifyCombinationsTests
public partial class CombinationTests
{
[TestMethod]
public Task One()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[TestFixture]
public class VerifyCombinationsTests
public class CombinationsTests
{
[Test]
public Task One()
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public class VerifyCombinationsTests
public class CombinationsTests
{
[Test]
public Task One()
Expand Down
20 changes: 0 additions & 20 deletions src/Verify.TUnit.Tests/VerifyCombinationsTests.Three.verified.txt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public class VerifyCombinationsTests
public class CombinationTests
{
[Fact]
public Task One()
Expand Down
20 changes: 0 additions & 20 deletions src/Verify.Xunit.Tests/VerifyCombinationsTests.Three.verified.txt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public class VerifyCombinationsTests
public class CombinationTests
{
[Fact]
public Task One()
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/Verify.XunitV3.Tests/VerifyCombinationsTests.Two.verified.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 7ed0d40

Please sign in to comment.