Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 4, 2025
1 parent c379a89 commit a8cbbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/satellite.datastore.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { SATELLITE_WASM_PATH, controllersInitArgs } from './utils/setup-tests.ut

describe.each([{ memory: { Heap: null } }, { memory: { Stable: null } }])(
'Satellite datastore',
({ memory }) => {
({ memory }) => {
let pic: PocketIc;
let actor: Actor<SatelliteActor>;

Expand Down

0 comments on commit a8cbbf3

Please sign in to comment.