mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: wrong cause and removed flag in cookie change listener (#49103)
This commit is contained in:
@@ -214,7 +214,7 @@ describe('session module', () => {
|
||||
|
||||
expect(setEventCookie.name).to.equal(name);
|
||||
expect(setEventCookie.value).to.equal(value);
|
||||
expect(setEventCause).to.equal('explicit');
|
||||
expect(setEventCause).to.equal('inserted');
|
||||
expect(setEventRemoved).to.equal(false);
|
||||
|
||||
expect(removeEventCookie.name).to.equal(name);
|
||||
|
||||
Reference in New Issue
Block a user