diff options
Diffstat (limited to 'tests/unit/spinner/common-deprecated.js')
-rw-r--r-- | tests/unit/spinner/common-deprecated.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/spinner/common-deprecated.js b/tests/unit/spinner/common-deprecated.js index ece9adeac..9ffc473af 100644 --- a/tests/unit/spinner/common-deprecated.js +++ b/tests/unit/spinner/common-deprecated.js @@ -30,6 +30,6 @@ common.testWidget( "spinner", { start: null, stop: null } -}); +} ); } ); |