Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit eb33c02

Browse files
committed
Await the Vacuum call
1 parent 57fe2e8 commit eb33c02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/UnitTests/GitHub.App/Models/ModelServiceTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,7 @@ public async Task VaccumsTheCache()
384384
var modelService = new ModelService(apiClient, cache, Substitute.For<IAvatarProvider>());
385385

386386
await modelService.InvalidateAll();
387-
388-
cache.Received().Vacuum();
387+
await cache.Received().Vacuum();
389388
}
390389
}
391390

0 commit comments

Comments
 (0)