@sprucelabs/test-utils 5.1.532 → 5.1.533

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -259,6 +259,6 @@ const assert = {
259
259
  exports.default = assert;
260
260
  function buildErrorMessage(defaultMessage, customMessage) {
261
261
  return customMessage
262
- ? `${customMessage}\n${defaultMessage}`
262
+ ? `${customMessage}\n\n${defaultMessage}`
263
263
  : defaultMessage;
264
264
  }
@@ -240,6 +240,6 @@ const assert = {
240
240
  export default assert;
241
241
  function buildErrorMessage(defaultMessage, customMessage) {
242
242
  return customMessage
243
- ? `${customMessage}\n${defaultMessage}`
243
+ ? `${customMessage}\n\n${defaultMessage}`
244
244
  : defaultMessage;
245
245
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.1.532",
6
+ "version": "5.1.533",
7
7
  "files": [
8
8
  "build"
9
9
  ],