mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IDEA-351860 [JPS|Junit] fix: expected and actual file paths should be passed to the corresponding argument places
GitOrigin-RevId: 2c54accf0955bcf77b780903b563ac889bc57975
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e513ac32ad
commit
c7aa0d58eb
@@ -53,7 +53,7 @@ public class ComparisonFailureData {
|
||||
}
|
||||
|
||||
public ComparisonFailureData(AssertionValue expected, AssertionValue actual) {
|
||||
this(expected.text, actual.text, actual.path, expected.path);
|
||||
this(expected.text, actual.text, expected.path, actual.path);
|
||||
}
|
||||
|
||||
public ComparisonFailureData(String expected, String actual) {
|
||||
|
||||
Reference in New Issue
Block a user