Skip to content

Commit 0052955

Browse files
Fix tests
1 parent a0ed252 commit 0052955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EditorFeatures/VisualBasicTest/ImplementInterface/ImplementInterfaceCommandHandlerTests.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ End Class</text>
118118
End Sub
119119

120120
Private Sub IBar_Goo() Implements IBar.Goo
121-
Throw New NotImplementedException()
121+
Goo()
122122
End Sub</text>
123123

124124
Test(code,
@@ -484,7 +484,7 @@ Class C
484484
End Sub
485485

486486
Private Sub IB_Goo() Implements IB.Goo
487-
Throw New NotImplementedException()
487+
goo()
488488
End Sub
489489
End Class</text>
490490

0 commit comments

Comments
 (0)