Skip to content

Commit 31b020e

Browse files
niemyjskiejsmith
authored andcommitted
Updated tests
1 parent 1e9ba60 commit 31b020e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Exceptionless.Tests/Plugins/PluginTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ public void ViewPriority() {
778778
[Fact]
779779
public void VerifyDeduplication() {
780780
var client = CreateClient();
781-
var errorPlugin = new ErrorPlugin();
781+
var errorPlugin = new SimpleErrorPlugin();
782782

783783
EventPluginContext mergedContext = null;
784784
using (var duplicateCheckerPlugin = new DuplicateCheckerPlugin(TimeSpan.FromMilliseconds(40))) {

0 commit comments

Comments
 (0)