Skip to content

Commit 4a7ab89

Browse files
committed
Added injection for WebFrameworkTest
1 parent 77d3730 commit 4a7ab89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/javawebstack/framework/testing/WebFrameworkTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ public abstract class WebFrameworkTest extends HTTPTest {
1212

1313
public WebFrameworkTest(WebApplication webApplication){
1414
super(webApplication.getServer());
15+
webApplication.getInjector().inject(getClass());
16+
1517
this.webApplication = webApplication;
1618
}
1719

0 commit comments

Comments
 (0)