Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Feb 3, 2025
1 parent 787ab4d commit 39f081c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type {
AmountsVariant,
SelectedAmountsVariant,
} from '../../contributions';
import { emptySwitches } from '../../globalsAndSwitches/globals';
import { emptySwitches, getSettings } from '../../globalsAndSwitches/globals';
import type { Settings } from '../../globalsAndSwitches/settings';
import {
GBPCountries,
Expand Down Expand Up @@ -45,6 +45,7 @@ describe('init', () => {
countryId: country,
countryGroupId,
mvt,
settings: getSettings(),
};

afterEach(() => {
Expand Down

0 comments on commit 39f081c

Please sign in to comment.