Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjyounes committed Sep 28, 2017
1 parent 9ef0bd8 commit 049feec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void setUp() throws RecordFieldException {
@Test
public void testManufacturer_260() throws Exception {
Entity activity = buildActivity(_260_MANUFACTURER, "260",
Arrays.asList('e', 'f', 'g'));
Arrays.asList('e'));
Assert.assertEquals(Ld4lActivityType.MANUFACTURER_ACTIVITY, activity.getType());
}

Expand Down

0 comments on commit 049feec

Please sign in to comment.