Skip to content

Commit

Permalink
Revert "SLVS-1680 Fix QG"
Browse files Browse the repository at this point in the history
This reverts commit 01b436c.
  • Loading branch information
gabriela-trutan-sonarsource committed Dec 11, 2024
1 parent 01b436c commit fd2a401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public async Task UpdateFileStorage_FileStorageIsUpdatedOnBackgroundThread()

await testSubject.UpdateFileStorageAsync();

await threadHandling.Received(1).SwitchToBackgroundThread();
threadHandling.Received(1).SwitchToBackgroundThread();
roslynSettingsFileStorage.ReceivedCalls().Should().HaveCount(1);
configProvider.ReceivedCalls().Should().HaveCount(1);
roslynSettingsFileStorage.Received(1).Update(Arg.Any<RoslynSettings>(), Arg.Any<string>());
Expand Down

0 comments on commit fd2a401

Please sign in to comment.