mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
SPRINT-12: fixed broken test due to types on widgets now
This commit is contained in:
@ -53,7 +53,7 @@ class RenderWidgetActionTest
|
||||
RenderWidgetOutput output = new RenderWidgetAction().execute(input);
|
||||
assertThat(output.getWidgetData()).isInstanceOf(ChartData.class);
|
||||
ChartData chartData = (ChartData) output.getWidgetData();
|
||||
assertEquals("barChart", chartData.getType());
|
||||
assertEquals("chart", chartData.getType());
|
||||
assertThat(chartData.getTitle()).isNotBlank();
|
||||
assertNotNull(chartData.getChartData());
|
||||
}
|
||||
|
Reference in New Issue
Block a user