~ruther/NosSmooth

7d0312e47bfe8aa0c4ec7c7ce6ea427f60f43520 — František Boháček 2 years ago 00ff79c
fix(tests): expect FakeError instead of GenericError
1 files changed, 1 insertions(+), 1 deletions(-)

M Tests/NosSmooth.Core.Tests/Commands/CommandProcessorTests.cs
M Tests/NosSmooth.Core.Tests/Commands/CommandProcessorTests.cs => Tests/NosSmooth.Core.Tests/Commands/CommandProcessorTests.cs +1 -1
@@ 275,7 275,7 @@ public class CommandProcessorTests
                    {
                        Assert.Equal(fakeCommand, fc);
                        Assert.False(res.IsSuccess);
                        Assert.IsType<GenericError>(res.Error);
                        Assert.IsType<FakeError>(res.Error);
                        called = true;
                        return Result.FromSuccess();
                    }

Do not follow this link