Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Oct 22, 2024
1 parent 2cffb17 commit 243f9c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/systemtests/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import (
)

func TestExportCmd(t *testing.T) {
// scenario: test bank send command
// given a running chain

sut.ResetChain(t)
cli := NewCLIWrapper(t, sut, verbose)
exportFile := "foobar.json"
Expand All @@ -37,8 +34,6 @@ func TestExportCmd(t *testing.T) {
}

for _, tc := range testCases {

// fmt.Println(tc.name, res)
if tc.expErr {
assertOutput := func(_ assert.TestingT, gotErr error, gotOutputs ...interface{}) bool {
require.Contains(t, gotOutputs[0], tc.errMsg)
Expand Down

0 comments on commit 243f9c0

Please sign in to comment.