Skip to content

Commit

Permalink
Fix GwtCsvTest.afterGwtCsvTest implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael committed Oct 23, 2018
1 parent b89107e commit d32c376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public List<CsvTestExecutionHandler> getCsvTestExecutionHandlers() {

@After
public final void afterGwtCsvTest() {
getCsvTestExecutionHandlers().clear();
csvTestExecutionHandlers.clear();
}

@CsvMethod
Expand Down

0 comments on commit d32c376

Please sign in to comment.