From 33663d7a9ff040cbe309c8607c0e540adeaaca71 Mon Sep 17 00:00:00 2001 From: Sabeeh Ul Hussnain Date: Fri, 27 Nov 2015 08:41:41 +0500 Subject: [PATCH] test updated and file renamed --- lobibox/lobibox.js-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lobibox/lobibox.js-tests.ts b/lobibox/lobibox.js-tests.ts index c5fe295a82..78637114a1 100644 --- a/lobibox/lobibox.js-tests.ts +++ b/lobibox/lobibox.js-tests.ts @@ -140,5 +140,5 @@ class LobiboxTest { } window.onload = (): void => { - Notify.error("test"); + LobiboxTest.test(); };