We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddac37e commit a3dae86Copy full SHA for a3dae86
test/live-test.backup-table.js
@@ -69,7 +69,7 @@ dynamodb.test('backup-table shell script', primaryItems, function(assert) {
69
return next();
70
}
71
assert.equal(data.Datapoints.length, 1, 'BackupSize put to CW');
72
- assert.equal(data.Datapoints[0].Sum, 99, 'Correct BackupSize value on CW');
+ assert.equal(data.Datapoints[0].Sum, 101, 'Correct BackupSize value on CW');
73
next();
74
});
75
})
0 commit comments