This commit is contained in:
John Firebaugh
2013-08-16 14:19:56 -07:00
parent 20df5d331a
commit a8f6c30a36
+1 -1
View File
@@ -256,7 +256,7 @@ describe("iD.History", function () {
var key = history._getKey('saved_history');
context.storage(key, null);
history.save();
expect(context.storage(key)).to.be.undefined;
expect(context.storage(key)).to.be.null;
context.storage(key, 'something');
expect(context.storage(key)).to.equal('something');
history.save();