Skip to content

Commit

Permalink
fix test assertion in TestPubKeyHex ref #34
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAlDen committed May 28, 2019
1 parent b5bf315 commit 5a7bd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cgo/tests/check_cipher.crypto.common.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ START_TEST(TestPubKeyHex)
ck_assert(err == SKY_OK);
s4.n = tmp_s4.n;
s4.p = tmp_s4.p;
// // TODO: Translate into cr_assert(eq(type(GoString), s3, s4));
ck_assert(isGoStringEq(s3, s4) == 0);
// TODO: Translate into cr_assert(eq(type(GoString), s3, s4));
ck_assert(isGoStringEq(s3, s4) == 1);
}
END_TEST

Expand Down

0 comments on commit 5a7bd53

Please sign in to comment.