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
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
When the assert fails it will look like this:
```
Test
'IncrementCounter_Showing_Default_Tab("https://enterprise.com",True,1,"xxx")'
failed:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive
exactly 1 call matching:
IncrementCounter(x => (Convert(x.Body).Member.Name ==
value(GitHub.App.UnitTests.ViewModels.Dialog.Clone.RepositoryCloneViewModelTests+<>c__DisplayClass2_0).counterName))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*'
characters):
IncrementCounter(*model => model.NumberOfCloneViewUrlTab*)
```
0 commit comments