Skip to content

Commit

Permalink
fix: import of UnexpectedError
Browse files Browse the repository at this point in the history
  • Loading branch information
freaz committed Jan 12, 2023
1 parent 9881def commit 955b227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/events/events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import type {
import { ApiKeyPlacement, HttpScheme, SecurityType } from '@superfaceai/ast';
import { getLocal } from 'mockttp';

import { err, UnexpectedError } from '../../lib';
import { err } from '../../lib';
import { MockTimers } from '../../mock';
import { NodeCrypto, NodeFetch, NodeFileSystem } from '../../node';
import { Config } from '../config';
import { UnexpectedError } from '../errors';
import { BoundProfileProvider } from '../profile-provider';
import { ServiceSelector } from '../services';
import { Events } from './events';
Expand Down

0 comments on commit 955b227

Please sign in to comment.