remove duplicate test

This commit is contained in:
AJ ONeal 2016-08-13 15:43:25 -06:00
parent b4210547a8
commit e937c74d76
1 changed files with 0 additions and 11 deletions

View File

@ -50,17 +50,6 @@ var tests = [
});
}
// SANITY test that an unregistered email returns no results
, function () {
return leStore.accounts.checkAsync({
email: doesntExist.email
}).then(function (account) {
if (null !== account) {
throw new Error("Should return `null` when account does not exist by `accountId`.");
}
});
}