Skip to content

Commit 58bdfc0

Browse files
JayBazuzistagg54isidore
committed
. t remove duplication
Co-Authored-By: Samuel Taggart <[email protected]> Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent 1fbc25d commit 58bdfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests-tests/src/test/java/org/approvaltests/reporters/IntelliJReporterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public void testFindJetBrainsIdes()
1212
{
1313
String[] commands = {"C:\\Program Files\\JetBrains\\PyCharm 2025.1.1.1\\bin\\pycharm64.exe"};
1414
String result = IntelliJReporter.findJetBrainsIdes(commands);
15-
assertEquals("C:\\Program Files\\JetBrains\\PyCharm 2025.1.1.1\\bin\\pycharm64.exe", result);
15+
assertEquals(commands[0], result);
1616
}
1717
}

0 commit comments

Comments
 (0)