Skip to content

Commit

Permalink
Revert "debug: blobber list method."
Browse files Browse the repository at this point in the history
This reverts commit 80c22ac.
  • Loading branch information
yash10019coder committed Aug 31, 2024
1 parent 80c22ac commit bf32ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tokenomics_tests/utils/blobbers.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func GenerateBlobberAuthTicketsWithWallet(t *test.SystemTest, walletName, config

err = json.NewDecoder(strings.NewReader(strings.Join(output, "\n"))).Decode(&blobbersList)
require.Nil(t, err, "Error parsing the blobbers list", strings.Join(output, "\n"))
require.NotNil(t, blobbersList, "Blobbers list is empty")

// Get auth tickets for all blobbers
var blobberAuthTickets string
Expand Down

0 comments on commit bf32ac0

Please sign in to comment.