diff --git a/tests/interactive/calendar.js b/tests/interactive/calendar.js index f2a70bb72..fa7e4a680 100644 --- a/tests/interactive/calendar.js +++ b/tests/interactive/calendar.js @@ -23,6 +23,7 @@ function test() { { expand: true, x_fill: false, x_align: St.Align.MIDDLE, y_fill: false, y_align: St.Align.START }); + calendar.setEventSource(new Calendar.EmptyEventSource()); UI.main(stage); }