Skip to content

Commit

Permalink
Use futures 0.3 API (denoland/deno#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and denobot committed Feb 1, 2021
1 parent d4cf7e2 commit 77dfd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/server_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import { assert, assertEquals, assertNotEquals } from "../testing/asserts.ts";
import {
Response,
ServerRequest,
serve,
writeResponse,
readRequest,
serve,
parseHTTPVersion
} from "./server.ts";
import { delay } from "../util/async.ts";
Expand Down

0 comments on commit 77dfd8e

Please sign in to comment.