Skip to content

Commit

Permalink
fix: package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renanccastro committed May 17, 2024
1 parent 3610579 commit 5b88e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/hijack/redis_oplog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { sleep } from '../../lib/utils';
import { TestData, TestDataRedis, TestDataRedisNoRaceProtection } from '../_helpers/globals';
import { FindMetricsForPub, GetMeteorClient, SubscribeAndWait, addTestWithRoundedTime, getMeteorClient, registerMethod, registerPublication, subscribeAndWait } from '../_helpers/helpers';
import { FindMetricsForPub, SubscribeAndWait, addTestWithRoundedTime, getMeteorClient, registerMethod, registerPublication, subscribeAndWait } from '../_helpers/helpers';

/**
* We only track the observers coming from subscriptions (which have `ownerInfo`)
Expand Down Expand Up @@ -44,7 +44,7 @@ addTestWithRoundedTime('Database - Redis Oplog - Added with limit/skip', async f

await TestData.insertAsync({ name: 'test' });

const client = GetMeteorClient();
const client = getMeteorClient();
const sub = SubscribeAndWait(client, pub);
let metrics = FindMetricsForPub(pub);

Expand Down

0 comments on commit 5b88e6b

Please sign in to comment.