Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ void attachArtifact() {

/**
* Verifies that {@code projectManager.attachArtifact(…)} throws an exception,
* and that the expecption message contains the expected and actual <abbr>GAV</abbr>.
* and that the exception message contains the expected and actual <abbr>GAV</abbr>.
*
* @param expectedGAV the actual <abbr>GAV</abbr> that the exception message should contain
* @param expectedGAV the expected <abbr>GAV</abbr> that the exception message should contain
* @param actualGAV the actual <abbr>GAV</abbr> that the exception message should contain
*/
private void assertExceptionMessageContains(String expectedGAV, String actualGAV) {
Expand Down
Loading