Skip to content

Commit

Permalink
Rename MultiFieldPanel class name. fixes #158
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Mar 20, 2014
1 parent 849d768 commit 399cac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void testMultipleObject() {

@Test
public void testKeyWhichDoesntExist() {
List<Map<String, String>> actual = MultiFieldPanelFunctions.getMultiPanelFieldValues(resource,
List<Map<String, String>> actual = MultiFieldPanelFunctions.getMultiFieldPanelValues(resource,
"non-existing");
assertEquals(0, actual.size());
}
Expand Down

0 comments on commit 399cac0

Please sign in to comment.