Skip to content

disperser meterer for payments #2810

disperser meterer for payments

disperser meterer for payments #2810

Triggered via pull request October 4, 2024 18:33
Status Failure
Total duration 5m 4s
Artifacts

unit-tests.yml

on: pull_request
Coverage Report
0s
Coverage Report
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Unit Tests: api/clients/eigenda_client_test.go#L512
not enough arguments in call to clients.NewDisperserClient
Unit Tests: tools/traffic/workers/mock_disperser.go#L11
cannot use (*MockDisperserClient)(nil) (value of type *MockDisperserClient) as clients.DisperserClient value in variable declaration: *MockDisperserClient does not implement clients.DisperserClient (missing method PaidDisperseBlob)
Unit Tests: tools/traffic/workers/blob_status_tracker_test.go#L83
cannot use disperserClient (variable of type *MockDisperserClient) as clients.DisperserClient value in argument to NewBlobStatusTracker: *MockDisperserClient does not implement clients.DisperserClient (missing method PaidDisperseBlob)
Unit Tests: tools/traffic/workers/blob_writer_test.go#L68
cannot use disperserClient (variable of type *MockDisperserClient) as clients.DisperserClient value in argument to NewBlobWriter: *MockDisperserClient does not implement clients.DisperserClient (missing method PaidDisperseBlob)
Unit Tests
Process completed with exit code 1.
Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/