diff options
author | Ali Hasani <a.hassssani@gmail.com> | 2020-06-25 23:44:42 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 21:14:42 +0200 |
commit | 150c04aea73337b787fbb9f025648ca7285a5add (patch) | |
tree | a1c700101ce49fd656a49986753b44109b00ae41 /cli/tests/unit/process_test.ts | |
parent | 4102a195851033a21c4a23daac4c78ed2329f61f (diff) |
remove duplicate identifier (#6483)
Diffstat (limited to 'cli/tests/unit/process_test.ts')
-rw-r--r-- | cli/tests/unit/process_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/process_test.ts b/cli/tests/unit/process_test.ts index b82f048ee..7cb9d9ba5 100644 --- a/cli/tests/unit/process_test.ts +++ b/cli/tests/unit/process_test.ts @@ -4,7 +4,6 @@ import { assertThrows, assertEquals, assertStringContains, - assertThrows, unitTest, } from "./test_util.ts"; |