We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2b667 commit 7a8595aCopy full SHA for 7a8595a
1 file changed
allure-testng/src/test/java/io/qameta/allure/testng/AllureTestNgTest.java
@@ -803,7 +803,8 @@ public void shouldGenerateSameHistoryIdForTheSameTests() {
803
final List<TestResult> testResults = results.getTestResults();
804
assertThat(testResults)
805
.extracting(TestResult::getHistoryId)
806
- .containsExactlyInAnyOrder("ab12ad4803871f28de87fccb15ee7946", "ab12ad4803871f28de87fccb15ee7946");
+ .hasSize(2)
807
+ .containsOnly("45e3e2818aabf660b03908be12ba64f7");
808
}
809
810
@SuppressWarnings("unchecked")
0 commit comments