feat(webconnectivity): collect timing information (#537)
Work related to https://github.com/ooni/probe/issues/1797
This commit is contained in:
parent
3f511d100b
commit
a6318d6de9
2 changed files with 22 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
|
|||
if measurer.ExperimentName() != "web_connectivity" {
|
||||
t.Fatal("unexpected name")
|
||||
}
|
||||
if measurer.ExperimentVersion() != "0.4.0" {
|
||||
if measurer.ExperimentVersion() != "0.4.1" {
|
||||
t.Fatal("unexpected version")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue