test: make sure to check the returned error from destination creation
This commit is contained in:
@ -31,6 +31,8 @@ func TestClientHello(t *testing.T) {
|
|||||||
func TestNewDestination(t *testing.T) {
|
func TestNewDestination(t *testing.T) {
|
||||||
setup(t)
|
setup(t)
|
||||||
t.Log(client.Base32())
|
t.Log(client.Base32())
|
||||||
client.NewDestination(SAMsigTypes[3])
|
if _, err := client.NewDestination(SAMsigTypes[3]); err != nil {
|
||||||
|
t.Error(err)
|
||||||
|
}
|
||||||
teardown(t)
|
teardown(t)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user