import { assertNotEquals } from "https://deno.land/x/dex@1.0.2/lib/deps/testing/asserts.ts";
Make an assertion that actual
and expected
are not equal, deeply.
If not then throw.
x/dex/lib/deps/testing/asserts.ts>assertNotEquals
import { assertNotEquals } from "https://deno.land/x/dex@1.0.2/lib/deps/testing/asserts.ts";
Make an assertion that actual
and expected
are not equal, deeply.
If not then throw.