Skip to content

Commit

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

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

0 comments on commit f4c0699

Please sign in to comment.