diff --git a/tests/redis_provider.spec.ts b/tests/redis_provider.spec.ts index 951ac41..09a031c 100644 --- a/tests/redis_provider.spec.ts +++ b/tests/redis_provider.spec.ts @@ -7,11 +7,11 @@ * file that was distributed with this source code. */ -import { pEvent } from 'p-event' import { test } from '@japa/runner' import { IgnitorFactory } from '@adonisjs/core/factories' import { defineConfig } from '../index.js' +import { pEvent } from '../tests_helpers/main.js' import RedisManager from '../src/redis_manager.js' const BASE_URL = new URL('./tmp/', import.meta.url)