Skip to content

Commit

Permalink
ChartPlugin scene listener is not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
amischler committed Sep 23, 2024
1 parent 760c097 commit 77bbb41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void start(Stage stage) {
}

@Test
public void testSceneListenerIsRemoved(FxRobot robot) {
void testSceneListenerIsRemoved(FxRobot robot) {
assertNotNull(chart);
assertEquals(0, chart.getPlugins().size());
final TestChartPlugin testChartPlugin = new TestChartPlugin();
Expand Down

0 comments on commit 77bbb41

Please sign in to comment.