Skip to content

Commit

Permalink
Fixing new Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
bit-jonathanm committed Mar 6, 2018
1 parent cacc4ee commit 2c6feac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1881,8 +1881,6 @@
asyncTest("attachEmailIdentity()", 2, function() {
bc.identity.attachEmailIdentity(UserA.email,
UserA.password,
UserA.email,
true,
function(result) {
ok(true, JSON.stringify(result));
equal(result.status, 200, "Expecting 200");
Expand All @@ -1901,7 +1899,7 @@
true,
function(result) {
ok(true, JSON.stringify(result));
equal(result.status, 400, "Expecting 400");
equal(result.status, 200, "Expecting 200");
start();
});

Expand Down

0 comments on commit 2c6feac

Please sign in to comment.