From 556a0f59abc9b09005d40945bc20948d69e4f98e Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 25 Sep 2018 11:15:35 +0200 Subject: Bump ODL dependencies to Fluorine (HONEYCOMB-433) Change-Id: I142ebd2899272feff00abe7d4bae708f093ee3ec Signed-off-by: Michal Cmarada --- .../io/fd/honeycomb/test/tools/HoneycombTestRunnerContainerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/test-utils') diff --git a/infra/test-utils/test-tools/src/test/java/io/fd/honeycomb/test/tools/HoneycombTestRunnerContainerTest.java b/infra/test-utils/test-tools/src/test/java/io/fd/honeycomb/test/tools/HoneycombTestRunnerContainerTest.java index a6a84257b..3bc7595d1 100644 --- a/infra/test-utils/test-tools/src/test/java/io/fd/honeycomb/test/tools/HoneycombTestRunnerContainerTest.java +++ b/infra/test-utils/test-tools/src/test/java/io/fd/honeycomb/test/tools/HoneycombTestRunnerContainerTest.java @@ -97,7 +97,7 @@ public class HoneycombTestRunnerContainerTest implements InjectablesProcessor { public void testLeafInAugmentedContainer() { assertNotNull(containerWithLeafInAugment); assertNotNull(containerWithLeafInAugment.getAugmentedContainer()); - assertEquals("nameInAugment", containerWithLeafInAugment.getAugmentedContainer().getAugmentation( + assertEquals("nameInAugment", containerWithLeafInAugment.getAugmentedContainer().augmentation( AugContainerAugmentation.class).getNameInAugment()); } -- cgit 1.2.3-korg