You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please correct me if I am wrong. As below shows, This error was caused by there's two initialize() functions and the test case was calling the one with 0 parameters.
And it can be fixed by renaming it e.g. rename initialize to initialise.
Please correct me if I am wrong. As below shows, This error was caused by there's two initialize() functions and the test case was calling the one with 0 parameters.
And it can be fixed by renaming it e.g. rename initialize to initialise.