mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-09 09:07:25 +01:00
Fix integration tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user