We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ExecuteAndWaitForEventAsync
1 parent e9f9641 commit aef5b90Copy full SHA for aef5b90
1 file changed
tests/BookStore.AppHost.Tests/TenantUserIsolationTests.cs
@@ -98,7 +98,7 @@ public async Task AddToFavorites_InSpecificTenant_ShouldUpdateFavorites()
98
// Act
99
100
// AddBookToFavoritesAsync ?
101
- _ = await TestHelpers.ExecuteAndWaitForEventAsync(Guid.Empty, "UserUpdated",
+ _ = await TestHelpers.ExecuteAndWaitForEventAsync(userClient.UserId, "UserUpdated",
102
async () => await userBooksClient.AddBookToFavoritesAsync(book.Id),
103
TestConstants.DefaultEventTimeout);
104
0 commit comments