Skip to content

Commit

Permalink
Improve assertion documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy authored Dec 2, 2022
1 parent 44b04a2 commit 95e8093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Alba/HeaderExpectations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ public void ShouldHaveValues(params string[] expectedValues)
}

/// <summary>
/// Asserts that there is at least a single header of this name in the Http response.
/// Asserts that there is one or more values for this header in the Http response
/// </summary>
public void ShouldHaveValues()
{
_parent.AssertThat(new HeaderExistsAssertion(_headerKey));
}
}
}
}

0 comments on commit 95e8093

Please sign in to comment.