Compare commits

...

1 Commits

Author SHA1 Message Date
bennettbuchanan 28bdcfd1b5 bugfix: S3C-2408 Test MPU Overwrite 2019-10-01 15:33:30 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function checkListElement(action, params, res) {
'incorrect timestamp value'); 'incorrect timestamp value');
assert(reqUid !== undefined, assert(reqUid !== undefined,
`reqUid property not in cached element: ${action}`); `reqUid property not in cached element: ${action}`);
// We want the action and original params for use during the replay. // We want the action and original params for use during the replay. Test.
assert.deepStrictEqual(result, { assert.deepStrictEqual(result, {
action, action,
reqUid, reqUid,