diff options
Diffstat (limited to 'cli/tests/unit/net_test.ts')
-rw-r--r-- | cli/tests/unit/net_test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/unit/net_test.ts b/cli/tests/unit/net_test.ts index 793082ced..2c6134318 100644 --- a/cli/tests/unit/net_test.ts +++ b/cli/tests/unit/net_test.ts @@ -1,12 +1,12 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { - unitTest, assert, assertEquals, + assertNotEquals, assertThrows, assertThrowsAsync, createResolvable, - assertNotEquals, + unitTest, } from "./test_util.ts"; unitTest({ perms: { net: true } }, function netTcpListenClose(): void { |