Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Jun 18, 2024
1 parent ccbadf5 commit 4820a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/common/testlog/testlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func Setup(cfg *Cfg) *os.File {
return f
}

// SetupSysOut will direct logs to stdout
// SetupSysOut will direct the test logs to stdout
func SetupSysOut() {
err := debug.Setup("terminal", "", false, 10000000, 0, 0, false, false, slog.LevelDebug, "")
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion integration/networktest/tests/helpful/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestExecuteNativeFundsTransfer(t *testing.T) {
networktest.Run(
"native-funds-smoketest",
t,
env.SepoliaTestnet(),
env.LocalDevNetwork(),
actions.Series(
&actions.CreateTestUser{UserID: 0},
&actions.CreateTestUser{UserID: 1},
Expand Down

0 comments on commit 4820a47

Please sign in to comment.