From d3e26e08584c1ec07344a43479bf6b46b83a9dfe Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 23 Sep 2016 14:51:30 +0200 Subject: HONEYCOMB-195: increase coverage for ietf-acl customizers over 80% Change-Id: I6a56402e9309edcd84aba46689bbcb93d40e20f8 Signed-off-by: Marek Gradzki --- .../main/java/io/fd/honeycomb/vpp/test/write/WriterCustomizerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/write') diff --git a/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/write/WriterCustomizerTest.java b/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/write/WriterCustomizerTest.java index fe8c8fe42..98bff86c4 100644 --- a/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/write/WriterCustomizerTest.java +++ b/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/write/WriterCustomizerTest.java @@ -47,7 +47,7 @@ public abstract class WriterCustomizerTest implements FutureProducer, } @Before - public void setUpParent() throws Exception { + public final void setUpParent() throws Exception { MockitoAnnotations.initMocks(this); cache = new ModificationCache(); Mockito.doReturn(cache).when(writeContext).getModificationCache(); -- cgit 1.2.3-korg