Skip to content

Commit

Permalink
Removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 authored and stewartie4 committed Nov 8, 2023
1 parent 7fe6c5e commit c2042b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/cli_tests/zboxcli_file_upload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ func TestUpload(testSetup *testing.T) {
_, err := executeFaucetWithTokens(t, configPath, 11)
require.Nil(t, err, "Error executing faucet")

t.Log("Staking tokens for blobber: ", blobberId)

// stake tokens
_, err = stakeTokens(t, configPath, utils.CreateParams(map[string]interface{}{
"blobber_id": blobberId,
Expand Down
1 change: 0 additions & 1 deletion tests/cli_tests/zboxcli_update_allocation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func TestUpdateAllocation(testSetup *testing.T) {
require.Equal(t, allocationBeforeUpdate.ExpirationDate, alloc.ExpirationDate)
})

// FIXME extend or size should be required params - should not bother sharders with an empty update
t.Run("Update Nothing Should Fail", func(t *test.SystemTest) {
_, err := executeFaucetWithTokens(t, configPath, 10)
require.NoError(t, err, "faucet execution failed")
Expand Down

0 comments on commit c2042b8

Please sign in to comment.