Skip to content

Commit

Permalink
Merge branch 'Metrics-TCK' into tck-with-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
yasmin-aumeeruddy authored Mar 1, 2024
2 parents 64202cf + d3e9e0b commit 0665b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@
</pluginManagement>
</build>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class AsyncLongCounterTest extends Arquillian {
@Deployment
public static WebArchive createTestArchive() {

return ShrinkWrap.create(WebArchive.class)
return ShrinkWrap.create(WebArchive.class)\
.addClasses(InMemoryMetricExporter.class, InMemoryMetricExporterProvider.class)
.addAsLibrary(TestLibraries.AWAITILITY_LIB)
.addAsServiceProvider(ConfigurableMetricExporterProvider.class, InMemoryMetricExporterProvider.class)
Expand Down

0 comments on commit 0665b6e

Please sign in to comment.