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
`times()` is a static method on the factory, and should be called as such, not as an instance method.
`times()` also already calls `new()` so no reason to do it twice.
0 commit comments