Skip to content

Commit

Permalink
Use more realistic wallet addresses in transactions_test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAgassi committed Jan 7, 2025
1 parent f3f3c22 commit 57efc48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/internal/tests/transactions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ func TestTransactionEndpoints(t *testing.T) {
{
name: "valid transaction",
req: v1_transactions.CreateTransactionRequest{
ProjectID: projectID,
TxHash: "0x1234567890abcdef",
FromAddress: "0xabcdef1234567890",
ToAddress: "0x0987654321fedcba",
ProjectID: projectID,
TxHash: "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
FromAddress: "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
ToAddress: "0x0987654321fedcba0987654321fedcba0987654321fedcba0987654321fedcba",
ValueAmount: "1.5",
},
wantCode: http.StatusCreated,
Expand Down

0 comments on commit 57efc48

Please sign in to comment.