Skip to content

Commit

Permalink
test(gar): stabilize Save-Observations tests PE-7211
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Melendez committed Dec 16, 2024
1 parent 3cc7e92 commit 1e1bd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gar.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
epochLength,
totalTokenSupply,
} from './helpers.mjs';
import { describe, it, beforeEach, afterEach, before } from 'node:test';
import { describe, it, beforeEach, afterEach } from 'node:test';
import assert from 'node:assert';
import {
STUB_TIMESTAMP,
Expand Down Expand Up @@ -1236,7 +1236,7 @@ describe('GatewayRegistry', async () => {
const observerAddress = 'observer-address-'.padEnd(43, 'a');

let gatewayMemory = sharedMemory;
before(async () => {
beforeEach(async () => {
// Join a gateway with the observer
const gatewayAddress = 'gateway-address-'.padEnd(43, 'a');
const { memory: addGatewayMemory } = await joinNetwork({
Expand Down

0 comments on commit 1e1bd2c

Please sign in to comment.