steveblackmon commented on code in PR #6:
URL: https://github.com/apache/streams-activitypub/pull/6#discussion_r1493961582


##########
streams-activitypub-webapp/src/test/scala/org/apache/streams/activitypub/webapp/test/ActivityPubWebappTestSuite.scala:
##########
@@ -13,15 +13,18 @@ import org.junit.platform.suite.api.SuiteDisplayName;
 object ActivityPubWebappTestSuite {
 
   @RegisterExtension
-  val helper: ActivityPubWebappTestSuiteExtension = new 
ActivityPubWebappTestSuiteExtension()
+  given webapp: ActivityPubWebappTestSuiteExtension = new 
ActivityPubWebappTestSuiteExtension()
+
+  @RegisterExtension
+  given graph: ActivityPubGraphTestSuiteExtension = new 
ActivityPubGraphTestSuiteExtension()
 

Review Comment:
   ActivityPubGraphTestSuiteExtension is part of the test-jar, so it can be 
trivially launched to support webapp module test suite as well as graph module 
test suite 💪 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@streams.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to