Skip to content

Commit

Permalink
update tnconfig structure in testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
kazubu committed Jun 30, 2024
1 parent 6476704 commit d6c50f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/shell/shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func TestTn_Exec(t *testing.T) {
type fields struct {
PreCmd []PreCmd
PreInit []PreInit
PreConf []PreConf
PostInit []PostInit
PostFini []PostFini
Nodes []Node
Expand All @@ -253,6 +254,7 @@ func TestTn_Exec(t *testing.T) {
tnconfig := &Tn{
PreCmd: tt.fields.PreCmd,
PreInit: tt.fields.PreInit,
PreConf: tt.fields.PreConf,
PostInit: tt.fields.PostInit,
PostFini: tt.fields.PostFini,
Nodes: tt.fields.Nodes,
Expand Down

0 comments on commit d6c50f9

Please sign in to comment.