Skip to content

Commit 9690fbc

Browse files
committed
made TestRunEventArgs a class, derived from EventArgs.
1 parent cb8e229 commit 9690fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/UI/Command/RunAllTestsCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected virtual void OnRunCompleted(TestRunEventArgs e)
5959
}
6060
}
6161

62-
public struct TestRunEventArgs
62+
public class TestRunEventArgs : EventArgs
6363
{
6464
public long Duration { get; private set; }
6565

0 commit comments

Comments
 (0)