Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Weatherford authored and Stephen Weatherford committed Oct 9, 2024
1 parent 12b2c1a commit eac0cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bicep.LangServer.IntegrationTests/CompletionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<'|'>
""");
}

Expand Down

0 comments on commit eac0cc7

Please sign in to comment.