Skip to content

Commit

Permalink
Fix bad rpc set
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed Jul 16, 2024
2 parents 5fdf248 + 7ab8b4c commit 11250f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aptos/tests/AptosProvider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ afterEach(() => {
});

// Mock window
Object.assign(globalThis.window, {
Object.assign(globalThis.window || {}, {
location: {
protocol: 'https',
hostname: 'trust',
Expand Down

0 comments on commit 11250f9

Please sign in to comment.