Skip to content

Commit

Permalink
add back pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Feb 1, 2024
1 parent f4c0699 commit 368ea39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/auth/vesting/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ func (s *E2ETestSuite) TestNewMsgCreatePermanentLockedAccountCmd() {
}

func (s *E2ETestSuite) TestNewMsgCreateClawbackVestingAccountCmd() {
pwd, err := os.Getwd()
if err != nil {
log.Fatal(err)
}
val := s.network.Validators[0]
for _, tc := range []struct {
name string
Expand Down

0 comments on commit 368ea39

Please sign in to comment.