Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jun 6, 2019
1 parent 8acf993 commit 3aeb0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/StrongGrid.UnitTests/Resources/MailTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public async Task SendAsync_response_with_message_id()
}

[Fact]
// Up until v0.56.1 this would cause a ArgumentNull exception. See GH-286. Fixed in v0.57.0
// Up until v0.57.1 this would cause a ArgumentNull exception. See GH-286. Fixed in v0.58.0
public async Task SendAsync_request_with_bcc_only()
{
// Arrange
Expand Down

0 comments on commit 3aeb0f8

Please sign in to comment.