mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
fix test
This commit is contained in:
parent
5aa4f88da3
commit
82543c01d6
@ -7,13 +7,6 @@ import org.junit.Test;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class SubscriptionRegistryTest extends BaseSubscriptionRegistryTest {
|
||||
|
||||
@After
|
||||
public void clearRegistryAfter() {
|
||||
mySubscriptionRegistry.unregisterAllSubscriptions();
|
||||
assertRegistrySize(0);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void updateSubscriptionReusesActiveSubscription() {
|
||||
Subscription subscription = createSubscription();
|
||||
|
Loading…
x
Reference in New Issue
Block a user