Skip to content

Commit a3dae86

Browse files
committed
fix size in test script
1 parent ddac37e commit a3dae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/live-test.backup-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dynamodb.test('backup-table shell script', primaryItems, function(assert) {
6969
return next();
7070
}
7171
assert.equal(data.Datapoints.length, 1, 'BackupSize put to CW');
72-
assert.equal(data.Datapoints[0].Sum, 99, 'Correct BackupSize value on CW');
72+
assert.equal(data.Datapoints[0].Sum, 101, 'Correct BackupSize value on CW');
7373
next();
7474
});
7575
})

0 commit comments

Comments
 (0)