Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Add '@test' annotation to keyValue test
Browse files Browse the repository at this point in the history
Refs #77
  • Loading branch information
Edmundo Alvarez committed Aug 30, 2016
1 parent 71f5b31 commit 11361e3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -530,6 +530,7 @@ public void fieldPrefixSuffix() {
assertThat(message.getField("field2_suff")).isEqualTo("10");
}

@Test
public void keyValue() {
final Rule rule = parser.parseRule(ruleForTest(), true);

Expand Down

0 comments on commit 11361e3

Please sign in to comment.