We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9ba60 commit 31b020eCopy full SHA for 31b020e
test/Exceptionless.Tests/Plugins/PluginTests.cs
@@ -778,7 +778,7 @@ public void ViewPriority() {
778
[Fact]
779
public void VerifyDeduplication() {
780
var client = CreateClient();
781
- var errorPlugin = new ErrorPlugin();
+ var errorPlugin = new SimpleErrorPlugin();
782
783
EventPluginContext mergedContext = null;
784
using (var duplicateCheckerPlugin = new DuplicateCheckerPlugin(TimeSpan.FromMilliseconds(40))) {
0 commit comments