Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expect(0) with EventFilter does not work #4770

Closed
IgorFedchenko opened this issue Feb 9, 2021 · 0 comments · Fixed by #4771
Closed

Expect(0) with EventFilter does not work #4770

IgorFedchenko opened this issue Feb 9, 2021 · 0 comments · Fixed by #4771
Assignees
Milestone

Comments

@IgorFedchenko
Copy link
Contributor

This spec is passing - but should not

[Fact]
public void Test()
{
	EventFilter.Error().Expect(0, () =>
	{
		Log.Error("something");
	});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants