diff --git a/src/Bicep.LangServer.IntegrationTests/CompletionTests.cs b/src/Bicep.LangServer.IntegrationTests/CompletionTests.cs index 3751f92b8ca..359a8efdf50 100644 --- a/src/Bicep.LangServer.IntegrationTests/CompletionTests.cs +++ b/src/Bicep.LangServer.IntegrationTests/CompletionTests.cs @@ -4869,7 +4869,7 @@ public async Task Resource_utility_type_offered_as_completion_if_enabled() var updated = file.ApplyCompletion(completions, "resource"); updated.Should().HaveSourceText(""" - type acct = resource<|> + type acct = resource<'|'> """); }