Skip to content

Commit

Permalink
Remove TestClass annotation from TesBase
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Jul 29, 2024
1 parent bd2d316 commit 3030a24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion GmailAPIHelper.CORE.Tests/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace GmailAPIHelper.CORE.Tests
{
[TestClass]
public class TestBase
{
private TestContext _testContextInstance;
Expand Down
1 change: 0 additions & 1 deletion GmailAPIHelper.NET.Tests/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace GmailAPIHelper.NET.Tests
{
[TestClass]
public class TestBase
{
private TestContext _testContextInstance;
Expand Down

0 comments on commit 3030a24

Please sign in to comment.