Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Feb 5, 2025
1 parent 182fc0b commit 7fb51fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/systems/Account/services/account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AccountService } from './account';
const _providerUrl = import.meta.env.VITE_FUEL_PROVIDER_URL;
const MOCK_ACCOUNT = MOCK_ACCOUNTS[0];

const MOCK_BALANCES = [
const _MOCK_BALANCES = [
{
node: {
assetId: MOCK_BASE_ASSET_ID,
Expand All @@ -22,7 +22,7 @@ const MOCK_BALANCES = [
},
];

mockServer([mockBalancesOnGraphQL(MOCK_BALANCES)]);
// mockServer([mockBalancesOnGraphQL(MOCK_BALANCES)]);

describe('AccountService', () => {
beforeEach(async () => {
Expand Down

0 comments on commit 7fb51fa

Please sign in to comment.