Skip to content

Commit 2b0a537

Browse files
z-sankarStorj Robot
authored andcommitted
satellite/paments/stripe: enabled coinpaymentstxs test cases in transactions_test.go
Change-Id: I5b6ec538454e41e7784e567a042b6c33b0ea33c6
1 parent b3c53e0 commit 2b0a537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

satellite/payments/stripe/transactions_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func TestTransactionsDB(t *testing.T) {
5353
require.Len(t, txs, 1)
5454
compareTransactions(t, createTx, txs[0])
5555
})
56-
})
56+
}, satellitedbtest.WithSpanner())
5757
}
5858

5959
func requireSaneTimestamp(t *testing.T, when time.Time) {
@@ -115,7 +115,7 @@ func TestTransactionsDBList(t *testing.T) {
115115
}
116116
}
117117
}
118-
})
118+
}, satellitedbtest.WithSpanner())
119119
})
120120
}
121121

@@ -135,7 +135,7 @@ func TestTransactionsDBRates(t *testing.T) {
135135
require.NoError(t, err)
136136

137137
assert.Equal(t, val, rate)
138-
})
138+
}, satellitedbtest.WithSpanner())
139139
}
140140

141141
// compareTransactions is a helper method to compare tx used to create db entry,

0 commit comments

Comments
 (0)