mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 06:37:37 +08:00
change: move assertions to builtin
This commit is contained in:
@@ -2,7 +2,7 @@ package builtin
|
||||
|
||||
import "time"
|
||||
|
||||
var FunctionsMap = map[string]interface{}{
|
||||
var Functions = map[string]interface{}{
|
||||
"sleep": Sleep,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user