Skip to content

Commit

Permalink
revise for #1238
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Nov 24, 2018
1 parent e36c977 commit 2f26c89
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import static org.mockito.Mockito.when;

@RunWith(MockitoJUnitRunner.class)
public class BackendConnectionTest {
public final class BackendConnectionTest {

@Mock
private LogicSchema logicSchema;
Expand All @@ -64,7 +64,6 @@ public class BackendConnectionTest {
private BackendConnection backendConnection = new BackendConnection(TransactionType.LOCAL);

@Before
@SuppressWarnings("unchecked")
@SneakyThrows
public void setup() {
when(logicSchema.getBackendDataSource()).thenReturn(backendDataSource);
Expand Down

0 comments on commit 2f26c89

Please sign in to comment.