change: update tests format

This commit is contained in:
debugtalk
2022-04-13 17:45:51 +08:00
parent 7ae6fa4fb4
commit 60f921dfd1
4 changed files with 33 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ type SessionRunner struct {
}
func (r *SessionRunner) resetSession() {
log.Info().Msg("clear session runner")
log.Info().Msg("reset session runner")
r.sessionVariables = make(map[string]interface{})
r.transactions = make(map[string]map[transactionType]time.Time)
r.startTime = time.Now()