Skip to content

Commit

Permalink
chore: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
danbillson committed Oct 14, 2024
1 parent 818b12d commit 587a88e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/__tests__/resources/simulation-run-events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
import { SimulationRunEventsResource, type ListSimulationRunEventsQueryParameters } from '../../resources/index.js';
import { getPaddleTestClient } from '../helpers/test-client.js';
import { ListSimulationRunEventMockResponse } from '../mocks/resources/simulation-run-events.mock.js';
import { SimulationRunEventMock, SimulationRunEventMockResponse } from '../mocks/resources/simulation-run-events.mock';
import {
SimulationRunEventMock,
SimulationRunEventMockResponse,
} from '../mocks/resources/simulation-run-events.mock.js';

const simulationId = 'ntfsim_123';
const simulationRunId = 'ntfsimrun_123';
Expand Down

0 comments on commit 587a88e

Please sign in to comment.