Skip to content

Commit 1788de7

Browse files
committed
Add WithTestAssembly to the ApplicationParts.Test/Tests.cs (#135 #168)
1 parent e337e78 commit 1788de7

File tree

1 file changed

+1
-1
lines changed
  • samples/ApplicationParts/ApplicationParts.Test

1 file changed

+1
-1
lines changed

samples/ApplicationParts/ApplicationParts.Test/Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class Tests
1010
{
1111
[OneTimeSetUp]
12-
public void Init() => MyApplication.StartsFrom<Startup>();
12+
public void Init() => MyApplication.StartsFrom<Startup>().WithTestAssembly(this);
1313

1414
[Test]
1515
public void CustomRouteShouldMatchCorrectController()

0 commit comments

Comments
 (0)