Skip to content

Commit ecb44ed

Browse files
Merge branch 'develop'
2 parents f86896e + 95ffa05 commit ecb44ed

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

tests/Hyperbee.Migrations.Integration.Tests/CouchbaseRunnerTest.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#define INTEGRATIONS
2-
using DotNet.Testcontainers.Networks;
3-
using Hyperbee.Migrations.Integration.Tests.Container.Couchbase;
4-
1+
//#define INTEGRATIONS
52
namespace Hyperbee.Migrations.Integration.Tests;
63

74
#if INTEGRATIONS

tests/Hyperbee.Migrations.Integration.Tests/MongoDBRunnerTest.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#define INTEGRATIONS
2-
using DotNet.Testcontainers.Networks;
3-
using Hyperbee.Migrations.Integration.Tests.Container.MongoDb;
4-
using MongoDB.Driver;
5-
1+
//#define INTEGRATIONS
62
namespace Hyperbee.Migrations.Integration.Tests;
73

84
#if INTEGRATIONS

tests/Hyperbee.Migrations.Integration.Tests/PostgresRunnerTest.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#define INTEGRATIONS
2-
using System.Data;
3-
using DotNet.Testcontainers.Networks;
4-
using Hyperbee.Migrations.Integration.Tests.Container.Postgres;
5-
1+
//#define INTEGRATIONS
62
namespace Hyperbee.Migrations.Integration.Tests;
73

84
#if INTEGRATIONS

0 commit comments

Comments
 (0)