mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge pull request #530 from panchenko/master
* pull530: Add space separator in JsonPathExpectationsHelper
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ public class JsonPathExpectationsHelper {
|
||||
assertEquals("For JSON path " + this.expression + " type of value",
|
||||
expectedValue.getClass(), actualValue.getClass());
|
||||
}
|
||||
assertEquals("JSON path" + this.expression, expectedValue, actualValue);
|
||||
assertEquals("JSON path " + this.expression, expectedValue, actualValue);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user