File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/Serilog.Settings.Configuration.Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class DllScanningAssemblyFinderTests
1818 [ Fact ]
1919 public void ShouldProbeCurrentDirectory ( )
2020 {
21- var assemblyNames = new DllScanningAssemblyFinder ( ) . FindAssembliesContainingName ( "testdummies " ) ;
21+ var assemblyNames = new DllScanningAssemblyFinder ( ) . FindAssembliesContainingName ( "TestDummies " ) ;
2222 Assert . Single ( assemblyNames ) ;
2323 }
2424
@@ -33,9 +33,9 @@ public void ShouldProbePrivateBinPath()
3333 DirectoryInfo GetOrCreateDirectory ( string name )
3434 => Directory . Exists ( name ) ? new DirectoryInfo ( name ) : Directory . CreateDirectory ( name ) ;
3535
36- File . Copy ( "testdummies .dll" , $ "{ BinDir1 } /customSink1.dll", true ) ;
37- File . Copy ( "testdummies .dll" , $ "{ BinDir2 } /customSink2.dll", true ) ;
38- File . Copy ( "testdummies .dll" , $ "{ BinDir3 } /thirdpartydependency.dll", true ) ;
36+ File . Copy ( "TestDummies .dll" , $ "{ BinDir1 } /customSink1.dll", true ) ;
37+ File . Copy ( "TestDummies .dll" , $ "{ BinDir2 } /customSink2.dll", true ) ;
38+ File . Copy ( "TestDummies .dll" , $ "{ BinDir3 } /thirdpartydependency.dll", true ) ;
3939
4040 var ad = AppDomain . CreateDomain ( "serilog" , null ,
4141 new AppDomainSetup
You can’t perform that action at this time.
0 commit comments