Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tej656 committed Jul 31, 2024
1 parent 0fee808 commit 03e7b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/pubxaiRtdProvider_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('pubxaiRtdProvider', () => {
let storageStub;

beforeEach(() => {
storageStub = sinon.stub(getStorageManager({ moduleType: 'rtd', moduleName: 'pubxai' }), 'getDataFromLocalStorage');
storageStub = sinon.stub(getStorageManager({ moduleType: 'rtd', moduleName: 'pubxai' }), 'getDataFromSessionStorage');
});

afterEach(() => {
Expand Down

0 comments on commit 03e7b96

Please sign in to comment.