Fix test for changed version message

This commit is contained in:
Guillaume Nodet
2023-01-24 20:00:27 +01:00
parent e10aecd5f7
commit faa59800d0

View File

@@ -45,7 +45,7 @@ public class VersionNativeIT {
client.execute(output, "-v").assertSuccess();
output.assertContainsMatchingSubsequence(
"\\Qmvnd "
"\\QApache Maven Daemon (mvnd) "
+ System.getProperty("project.version")
+ " "
+ (isNative()