Skip to content

Commit 09db277

Browse files
committed
what is going on?
1 parent 7ae66f9 commit 09db277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bicep.LangServer.IntegrationTests/CompletionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ private static async Task RunCompletionScenarioTest(TestContext testContext, str
646646
assertAction(completions);
647647
}
648648

649-
private static Task RunCompletionScenarioTest(TestContext testContext, string fileWithCursors)
649+
private static Task RunCompletionScenarioTest(object testContext, object fileWithCursors)
650650
{
651651
/*
652652
* The compiler on GitHub actions seems to believe that we are only passing 2 arguments to this method.

0 commit comments

Comments
 (0)