Skip to content

Commit

Permalink
Made CheckIfTestsBase abstract too
Browse files Browse the repository at this point in the history
  • Loading branch information
mingazhev committed Dec 1, 2020
1 parent 89369e6 commit e20fa40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace CSharpFunctionalExtensions.Tests.ResultTests.Extensions
{
public class CheckIfTestsBase : TestBase
public abstract class CheckIfTestsBase : TestBase
{
protected bool actionExecuted;
protected bool predicateExecuted;
Expand Down

0 comments on commit e20fa40

Please sign in to comment.