Skip to content

Commit

Permalink
removes mock producer
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Mar 1, 2020
1 parent c49109e commit 302571b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 57 deletions.

This file was deleted.

Expand Up @@ -28,7 +28,7 @@

import static org.junit.jupiter.api.Assertions.assertEquals;

@CDIExtension(classes = {Person.class, PersonRepository.class, BucketManagerMockProducer.class, User.class, UserRepository.class})
@CDIExtension(classes = {Person.class, PersonRepository.class, User.class, UserRepository.class})
public class BucketManagerProducerExtensionTest {

@Inject
Expand Down
Expand Up @@ -27,7 +27,7 @@

import static org.junit.jupiter.api.Assertions.assertNotNull;

@CDIExtension(classes = {Person.class, PersonRepository.class, BucketManagerMockProducer.class})
@CDIExtension(classes = {Person.class, PersonRepository.class})
class KeyValueRepositoryProducerTest {

@Inject
Expand Down

0 comments on commit 302571b

Please sign in to comment.