Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Dec 18, 2024
1 parent 358ced3 commit 9e36f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rdmp.Core.Tests/DataLoad/Engine/Unit/MDFAttacherTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public void TestFactory()
var testDir = workingDir.CreateSubdirectory("MDFAttacherTests_TestFactory");
var loadDirectory = LoadDirectory.CreateDirectoryStructure(testDir, "TestFactory", true);

var attacher = MEF.CreateA<IAttacher>(typeof(MDFAttacher).FullName, [false]);
var attacher = MEF.CreateA<IAttacher>(typeof(MDFAttacher).FullName);
try
{
attacher.Initialize(loadDirectory, GetCleanedServer(FAnsi.DatabaseType.MicrosoftSQLServer));
Expand Down

0 comments on commit 9e36f9d

Please sign in to comment.