Skip to content

Commit 9fe9f4b

Browse files
committed
Got tests working
1 parent f35f61c commit 9fe9f4b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/Tests/PostgresTableJournalTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
using System.Data;
33
using DbUp.Engine;
44
using DbUp.Engine.Output;
5+
using DbUp.Tests.Common;
6+
using NSubstitute;
7+
using Shouldly;
58
using Xunit;
69

710
namespace DbUp.Postgresql.Tests;

src/Tests/Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
<ItemGroup>
1212
<ProjectReference Include="..\dbup-postgresql\dbup-postgresql.csproj"/>
13-
<PackageReference Include="DbUp.Tests.Common" Version="5.0.37"/>
13+
<PackageReference Include="DbUp.Tests.Common" Version="5.0.52-Split.8"/>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
1515
<PackageReference Include="xunit" Version="2.6.6"/>
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20+
<PackageReference Include="NSubstitute" Version="5.1.0" />
2021
</ItemGroup>
2122

2223
<ItemGroup>

0 commit comments

Comments
 (0)