-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5611,7 +5611,7 @@ await Assert.ThrowsAsync<InvalidOperationException>(async () => | |
"Durable Functions with extendedSessionsEnabled set to 'true' is only supported when using", | ||
exception.Message, | ||
StringComparison.OrdinalIgnoreCase | ||
) | ||
); | ||
Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs GitHub Actions / build
Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs GitHub Actions / build
Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs GitHub Actions / build
Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs GitHub Actions / build
Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs GitHub Actions / build
Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs GitHub Actions / build
|
||
} | ||
|
||
[Fact] | ||
|