Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 28, 2023
1 parent 43fa362 commit 4d1e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/redis_provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d1e946

Please sign in to comment.