Fix integration tests
This commit is contained in:
parent
6072aa5e9e
commit
0f6fdf7f21
@ -166,6 +166,8 @@ func testGetTransaction(t *testing.T, h *TestHandler) {
|
||||
continue
|
||||
}
|
||||
got.Confirmations = 0
|
||||
// CoinSpecificData are not specified in the fixtures
|
||||
got.CoinSpecificData = nil
|
||||
|
||||
if !reflect.DeepEqual(got, want) {
|
||||
t.Errorf("GetTransaction() got %+v, want %+v", got, want)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user