Skip to content

Commit 633490b

Browse files
committed
Missed rename
1 parent 1047204 commit 633490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.IntegrationTests/IntegrationTestBaseClass.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public IntegrationTestBaseClass(ITestOutputHelper output)
3939
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
4040

4141
#if NETFRAMEWORK
42-
string codeBaseUri = typeof(FunctionalTestBaseClass).Assembly.CodeBase;
42+
string codeBaseUri = typeof(IntegrationTestBaseClass).Assembly.CodeBase;
4343
string path = new Uri(codeBaseUri).AbsolutePath;
4444
var currentAssemblyLocation = new FileInfo(Directory.GetParent(path).FullName);
4545
#else

0 commit comments

Comments
 (0)