Skip to content

Commit

Permalink
Removed stray #if
Browse files Browse the repository at this point in the history
droyad committed Jul 26, 2024

Verified

This commit was signed with the committer’s verified signature.
DarshitChanpura Darshit Chanpura
1 parent df969e0 commit 364f48b
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/Tests/DatabaseSupportTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if !NETCORE
using DbUp.Builder;
using DbUp.Builder;
using DbUp.Firebird;
using DbUp.Tests.Common;

@@ -20,4 +19,3 @@ protected override UpgradeEngineBuilder AddCustomNamedJournalToBuilder(UpgradeEn
=> new FirebirdTableJournal(connectionManagerFactory, logFactory, tableName)
);
}
#endif
4 changes: 1 addition & 3 deletions src/Tests/NoPublicApiChanges.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if !NETCORE
using DbUp.Tests.Common;
using DbUp.Tests.Common;

namespace DbUp.Tests.Providers.Firebird;

@@ -10,4 +9,3 @@ public NoPublicApiChanges()
{
}
}
#endif

0 comments on commit 364f48b

Please sign in to comment.