Skip to content

Commit

Permalink
fix solana test
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk committed Mar 29, 2022
1 parent 61fe818 commit 354b8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/solana/solana_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var _ = Describe("Solana", func() {
addrEncodeDecoder := solana.NewAddressEncodeDecoder()
expectedBtcGateway, _ := addrEncodeDecoder.DecodeAddress(multichain.Address("FDdKRjbBeFtyu5c66cZghJsTTjDTT1aD3zsgTWMTpaif"))

Expect(registry.Count).To(Equal(uint64(1)))
Expect(registry.Count).To(Equal(uint64(3)))
Expect(registry.Selectors[0]).To(Equal(btcSelectorHash))
Expect(registry.Selectors[1]).To(Equal(zero))
Expect(len(registry.Selectors)).To(Equal(32))
Expand Down

0 comments on commit 354b8b7

Please sign in to comment.