Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fakoua committed Jul 8, 2020
1 parent 4567348 commit d973f19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cancel/Cancel_test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Cancel } from "./Cancel.ts";
import { assert, assertEquals } from "../../test_deps.ts";
import { assert } from "../../test_deps.ts";

Deno.test({
name: "test_Cancel_Instance",
Expand Down
1 change: 0 additions & 1 deletion src/helpers/combineURLs_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Deno.test({
name: "test_combineURLs_Format1",
fn(): void {
// @ts-ignore
const paramsSerializer = (params) => params;
assertEquals(
combineURLs("https://www.example.com", "foo/boo?id=1"),
"https://www.example.com/foo/boo?id=1",
Expand Down

0 comments on commit d973f19

Please sign in to comment.