Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
cychuang0924 committed Sep 22, 2021
1 parent c5cbbee commit 84f57d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion crypto/commitment/hash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var _ = Describe("hash", func() {
Expect(got.Equal(p)).Should(BeTrue())
})

FIt("failed to new by empty point", func() {
It("failed to new by empty point", func() {
c, err := NewCommitterByPoint(&pt.ECPoint{})
Expect(err).ShouldNot(BeNil())
Expect(c).Should(BeNil())
Expand Down
2 changes: 1 addition & 1 deletion crypto/ecpointgrouplaw/point_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ var _ = Describe("Point", func() {
Expect(gotP).Should(BeNil())
})

FIt("ToPoint()", func() {
It("ToPoint()", func() {
const UnSupportedEcPointMessage EcPointMessage_Curve = 100
msg := &EcPointMessage{
Curve: UnSupportedEcPointMessage,
Expand Down

0 comments on commit 84f57d4

Please sign in to comment.