Skip to content

Commit

Permalink
Trivial update to trigger new build
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Dec 5, 2022
1 parent d2757e2 commit 3880ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fftm/route_delete_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestDeleteTransaction(t *testing.T) {
err := m.Start()
assert.NoError(t, err)

txIn := newTestTxn(t, m, "0xaaaaa", 10001, apitypes.TxStatusSucceeded)
txIn := newTestTxn(t, m, "0x0aaaaa", 10001, apitypes.TxStatusSucceeded)

var txOut *apitypes.ManagedTX
res, err := resty.New().R().
Expand Down

0 comments on commit 3880ca4

Please sign in to comment.