* ===================================================================
* Copyright © 2019 AT&T Intellectual Property. All rights reserved.
* ===================================================================
+ * Modification Copyright © 2020 IBM.
+ * ===================================================================
*
* Unless otherwise specified, all software contained herein is licensed
* under the Apache License, Version 2.0 (the "License");
document.getElementById("body").classList.add("push-right");
expect(component.isToggled()).toBe(true);
});
+
+ it('should test ngOnInit function', () => {
+ component.ngOnInit();
+ });
+
});