import { assertNotEquals } from "https://dotland.deno.dev/x/rss@1.1.0/test_deps.ts";
Make an assertion that actual
and expected
are not equal, deeply.
If not then throw.
Type parameter can be specified to ensure values under comparison have the same type.