Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test/e2e): name cannot be empty error (#3706)
Recent e2e tests failed with: ``` 2024/07/18 17:22:08 Failed to setup testnet: converting accounts into sdk types: invalid account 4: name cannot be empty ``` because #3690 merged. Since e2e tests aren't run as part of CI on each PR, I didn't learn about the failure until @ninabarbakadze pinged about it. ## Testing ``` make test-e2e ``` gets past that error locally.
- Loading branch information