Skip to content

Commit 970ca19

Browse files
committed
test typo
1 parent a5fe497 commit 970ca19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.DotNet.ApiDiff.Tests/Diff.Interface.Tests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ namespace MyNamespace
107107
{
108108
- public interface IMyInterface
109109
- {
110-
+ int MyMethod();
111-
+ long MyProperty { get; }
110+
- int MyMethod();
111+
- long MyProperty { get; }
112112
- }
113113
}
114114
""");

0 commit comments

Comments
 (0)