Skip to content

Commit

Permalink
updated descriptins
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshi-mantu committed Mar 26, 2024
1 parent 0fb28e7 commit 50bdc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/qameta/allure/IssuesRestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class IssuesRestTest {
@Description("If reran this test will leave 'In progress' test results in Allure Testops launch.")
@ParameterizedTest(name = "Should generate in progress results each rerun of a pipeline")
@MethodSource("epochTimestamps")
public void shouldDeleteUserNote(@Param(value = "HashOrSomething") long epochTimestamp) {
public void shouldGenerateInProgressTestResultsIfRestarted(@Param(value = "HashOrSomething") long epochTimestamp) {
Date date = new Date(epochTimestamp);
String note = date.toString();
steps.createIssueWithTitle(OWNER, REPO, note);
Expand Down

0 comments on commit 50bdc3b

Please sign in to comment.