Skip to content

Commit

Permalink
updating oss parent version and renaming BeatrixListener test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgnanasundram committed Nov 22, 2017
1 parent fad1410 commit 3c8bedd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -82,7 +82,7 @@
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNull;

public class BeatrixListenerTest {
public class TestBeatrixListener {

private static final Long SEARCH_KEY_2 = 9L;
private static final Long SEARCH_KEY_1 = 10L;
Expand Down Expand Up @@ -113,7 +113,7 @@ public class BeatrixListenerTest {
private TenantContext tenantContext;
private ObjectMapper objectMapper;

@BeforeMethod
@BeforeMethod(groups = "fast")
public void setUp() throws Exception {
beatrixListener = new BeatrixListener(externalBus, internalCallContextFactory);

Expand All @@ -140,7 +140,7 @@ public void setUp() throws Exception {
when(internalCallContextFactory.createTenantContext(internalContext)).thenReturn(tenantContext);
}

@AfterMethod
@AfterMethod(groups = "fast")
public void tearDown() throws Exception {
reset(externalBus);
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>killbill-oss-parent</artifactId>
<groupId>org.kill-bill.billing</groupId>
<version>0.141.9</version>
<version>0.141.10-SNAPSHOT</version>
</parent>
<artifactId>killbill</artifactId>
<version>0.19.0-SNAPSHOT</version>
Expand Down

0 comments on commit 3c8bedd

Please sign in to comment.