Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Sep 3, 2022
1 parent 12f853e commit 4b99ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/util.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { MemoryRequest, invokeMiddlewares, Middleware, Request } from '@curveball/core';
import { MemoryRequest, invokeMiddlewares, Middleware, Request } from '@curveball/kernel';

export function buildRequest(type: string, body: string): MemoryRequest<any> {

const request = new MemoryRequest(
'GET',
'/',
'http://localhost',
{},
body,
);
Expand Down

0 comments on commit 4b99ad7

Please sign in to comment.