chore: rename stun_reachability => stunreachability (#254)
See https://github.com/ooni/probe/issues/1394 Ok @hellais @FedericoCeratto
This commit is contained in:
parent
78b5bf0caa
commit
a02052fb0c
4 changed files with 6 additions and 6 deletions
|
|
@ -19,8 +19,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
testName = "stun_reachability"
|
||||
testVersion = "0.1.0"
|
||||
testName = "stunreachability"
|
||||
testVersion = "0.2.0"
|
||||
)
|
||||
|
||||
// Config contains the experiment config.
|
||||
|
|
|
|||
Loading…
Reference in a new issue