mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Fix test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user