Skip to content

Commit

Permalink
changes in ethapi for ChainId always return something now
Browse files Browse the repository at this point in the history
  • Loading branch information
ABastionOfSanity committed Aug 2, 2022
1 parent 4cf523b commit 9eb7b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/direct_proxy_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ var _ = Describe("Integration test", func() {
Expect(err).ToNot(HaveOccurred())

_, err = ipldClient.ChainID(ctx)
Expect(err).To(HaveOccurred())
Expect(err).ToNot(HaveOccurred())
})
})
})

0 comments on commit 9eb7b22

Please sign in to comment.