Skip to content

Commit 1f045d4

Browse files
committed
Fixing .NET Edge NUnit test project file
1 parent 49f375d commit 1f045d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<NUnitProject>
2-
<Settings appbase="." />
3-
<Config name="Default" binpathtype="Auto">
4-
<assembly path="WebDriver.Common.Tests.dll" />
2+
<Settings activeconfig="Default"/>
3+
<Config name="Default" binpathtype="Auto" configfile="WebDriver.Edge.Tests.config">
4+
<assembly path="WebDriver.Common.Tests.dll" />
55
<assembly path="WebDriver.Edge.Tests.dll" />
66
</Config>
77
</NUnitProject>

0 commit comments

Comments
 (0)