fixup! Remove redundant assertion

This commit is contained in:
Mike Pennisi 2015-04-02 17:56:30 -04:00
parent ef899c48fd
commit 9ed6ca769d
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ assert.sameValue(calls, 1, 'NoSubstitutionTemplate function invocation');
calls = 0;
(function(site, n, s, o, f, r) {
calls++;
assert.sameValue(arguments.length, 6);
assert.sameValue(n, number);
assert.sameValue(s, string);
assert.sameValue(o, object);