Skip to content

Commit d5acc35

Browse files
author
Elad Zelingher
committed
Trying to fix Unit Tests
1 parent 27a3513 commit d5acc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net45/Tests/WampSharp.Tests.Wampv2/CalleeProxyExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private static Type GetInstanceType<T>(string code)
6767
compilerParameters.ReferencedAssemblies.AddRange(
6868
GetAssemblies(typeof(T).Assembly)
6969
.Union(new[] { typeof(Enumerable).Assembly })
70-
.Select(x => Path.GetFileName(x.Location)).ToArray());
70+
.Select(x => x.Location).ToArray());
7171

7272
CompilerResults compilerResults =
7373
provider.CompileAssemblyFromSource(compilerParameters, code);

0 commit comments

Comments
 (0)