Commit 2390c28b99d2ad8eb5b901893cecf9b88a1a0c31
1 parent
c20d0c4b
Exists in
master
Correção de um teste dos prefixos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/core/src/test/java/configuration/prefix/ConfigurationPrefixTest.java
... | ... | @@ -99,6 +99,6 @@ public class ConfigurationPrefixTest { |
99 | 99 | String expected = "prefix ending with dot"; |
100 | 100 | |
101 | 101 | assertEquals(expected, propertyEndingWithDotPrefix.getPrefixedAttribute()); |
102 | - assertEquals(expected, propertyEndingWithDotPrefix.getPrefixedAttribute()); | |
102 | + assertEquals(expected, xmlEndingWithDotPrefix.getPrefixedAttribute()); | |
103 | 103 | } |
104 | 104 | } | ... | ... |