@projectcaluma/ember-testing 11.0.0-beta.33 → 11.0.0-beta.35

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.
@@ -135,7 +135,10 @@ export function sendInquiry(server, { inquiry }) {
135
135
  const childCase = server.create("case", {
136
136
  status: "RUNNING",
137
137
  workflowId: "inquiry",
138
- document: server.create("document", { formId: "inquiry-answer" }),
138
+ document: server.create("document", {
139
+ formId: "inquiry-answer",
140
+ modifiedContentAt: faker.date.recent(),
141
+ }),
139
142
  });
140
143
 
141
144
  server.create("work-item", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-testing",
3
- "version": "11.0.0-beta.33",
3
+ "version": "11.0.0-beta.35",
4
4
  "description": "Ember addon for testing with Caluma addons.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -51,7 +51,7 @@
51
51
  "ember-try": "2.0.0",
52
52
  "graphql-tag": "2.12.6",
53
53
  "loader.js": "4.7.0",
54
- "qunit": "2.19.2",
54
+ "qunit": "2.19.3",
55
55
  "qunit-dom": "2.0.0",
56
56
  "webpack": "5.74.0"
57
57
  },