Skip to content

Commit

Permalink
Removing Moq
Browse files Browse the repository at this point in the history
  • Loading branch information
ElemarJR committed Aug 14, 2018
1 parent bf2175f commit 7df55a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/TheFlow.Tests/TheFlow.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PackageReference Include="coveralls.io" Version="1.4.2" />
<PackageReference Include="FluentAssertions" Version="5.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170628-02" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="OpenCover" Version="4.6.519" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.core" Version="2.4.0" />
Expand Down
2 changes: 0 additions & 2 deletions test/TheFlow.Tests/Unit/LambdaActivityShould.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using FluentAssertions;
using Moq;
using TheFlow.CoreConcepts;
using TheFlow.Elements.Activities;
using TheFlow.Infrastructure.Stores;
using Xunit;

namespace TheFlow.Tests.Unit
Expand Down

0 comments on commit 7df55a3

Please sign in to comment.