mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
add buildExampleMeta helper function
to be used later in the rest of the tests
This commit is contained in:
parent
db8e2399b0
commit
d18491aff8
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func buildExampleMeta() *Meta {
|
||||
return NewMeta()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue