Skip to content

Commit

Permalink
move test files to match new module locations
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Sep 14, 2021
1 parent 5605133 commit 8cb10cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,8 +1,8 @@
/* eslint-disable @typescript-eslint/unbound-method */
import { Hub, Scope } from '@sentry/hub';

import { Mongo } from '../../src/integrations/node/mongo';
import { Span } from '../../src/span';
import { Mongo } from '../../../src/integrations/node/mongo';
import { Span } from '../../../src/span';

class Collection {
public collectionName: string = 'mockedCollectionName';
Expand Down
@@ -1,8 +1,8 @@
/* eslint-disable @typescript-eslint/unbound-method */
import { Hub, Scope } from '@sentry/hub';

import { Postgres } from '../../src/integrations/node/postgres';
import { Span } from '../../src/span';
import { Postgres } from '../../../src/integrations/node/postgres';
import { Span } from '../../../src/span';

class PgClient {
// https://node-postgres.com/api/client#clientquery
Expand Down

0 comments on commit 8cb10cd

Please sign in to comment.