Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gukoff committed Jul 25, 2024
1 parent 00abde1 commit 502cb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Common/DurableTaskEndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / build

Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs

View workflow job for this annotation

GitHub Actions / build

Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs

View workflow job for this annotation

GitHub Actions / build

Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs

View workflow job for this annotation

GitHub Actions / build

Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs

View workflow job for this annotation

GitHub Actions / build

Check warning on line 5614 in test/Common/DurableTaskEndToEndTests.cs

View workflow job for this annotation

GitHub Actions / build

}

[Fact]
Expand Down

0 comments on commit 502cb86

Please sign in to comment.