We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c53e0 commit 2b0a537Copy full SHA for 2b0a537
satellite/payments/stripe/transactions_test.go
@@ -53,7 +53,7 @@ func TestTransactionsDB(t *testing.T) {
53
require.Len(t, txs, 1)
54
compareTransactions(t, createTx, txs[0])
55
})
56
- })
+ }, satellitedbtest.WithSpanner())
57
}
58
59
func requireSaneTimestamp(t *testing.T, when time.Time) {
@@ -115,7 +115,7 @@ func TestTransactionsDBList(t *testing.T) {
115
116
117
118
119
120
121
@@ -135,7 +135,7 @@ func TestTransactionsDBRates(t *testing.T) {
135
require.NoError(t, err)
136
137
assert.Equal(t, val, rate)
138
139
140
141
// compareTransactions is a helper method to compare tx used to create db entry,
0 commit comments