From 84f57d4077986066756de0f94d039c393e68e168 Mon Sep 17 00:00:00 2001 From: ChihYunChuang Date: Wed, 22 Sep 2021 16:19:40 +0800 Subject: [PATCH] t --- .DS_Store | Bin 0 -> 6148 bytes crypto/commitment/hash_test.go | 2 +- crypto/ecpointgrouplaw/point_test.go | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..127d581db8b26245c687958d8fd531c013efee83 GIT binary patch literal 6148 zcmeHK!Ab)$5KY>uyNI|4!5(w*)GAwXW=M=pXq7 z{*E(AS}4_n7ZE!HlQ)^nB;@UqNf=|iG3vOCIgBw26tQ4K^M&9z>XHgUt|Ek-8#Et12$oOw)p+t!+snM(`xmD7mB5|^$p9mEqlwp^?P#cr$IUz zHiE%5_RfQ}7aIFQ%6M)E;bqhvx1605nWRCKbO$Oq>U1IG<|;}$a@>%kq%&0W_ga$5ua7uh zLPP-@-x7$zpl2}G2qPd|rvmC!Zk`xir-NUZIL~0NQKvJmR)%@Z%G|tAxLO_jLWMK# zX{44IAO;p0DC(|*_5bwy_y1xN^@sst;9oJoOHIGofGwHYy0kg0wF0yaih^;u#(4@D isuV*kmf|v~67UN&06l}bM(}{pML^L&4KeVm415B%JW{Lx literal 0 HcmV?d00001 diff --git a/crypto/commitment/hash_test.go b/crypto/commitment/hash_test.go index 92a7f74b..d7d3b22c 100644 --- a/crypto/commitment/hash_test.go +++ b/crypto/commitment/hash_test.go @@ -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()) diff --git a/crypto/ecpointgrouplaw/point_test.go b/crypto/ecpointgrouplaw/point_test.go index 3ed3879f..e139c00e 100644 --- a/crypto/ecpointgrouplaw/point_test.go +++ b/crypto/ecpointgrouplaw/point_test.go @@ -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,