summaryrefslogtreecommitdiff
path: root/std/examples/echo_server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/echo_server_test.ts')
-rw-r--r--std/examples/echo_server_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/echo_server_test.ts b/std/examples/echo_server_test.ts
index 1a5286a0e..5334cb610 100644
--- a/std/examples/echo_server_test.ts
+++ b/std/examples/echo_server_test.ts
@@ -1,5 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import { assertStrictEquals, assertNotEquals } from "../testing/asserts.ts";
+import { assertNotEquals, assertStrictEquals } from "../testing/asserts.ts";
import { BufReader, ReadLineResult } from "../io/bufio.ts";
import { dirname, fromFileUrl } from "../path/mod.ts";