Skip to content

Commit 6a8a893

Browse files
authored
fix(echcheck): bump version number in tests (#1671)
## Checklist - [x] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [x] reference issue for this pull request: ooni/probe#2813 ## Description Bring the measure_test.go version in line with measure.go version. This should make *unit tests* green again.
1 parent d20d7df commit 6a8a893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/experiment/echcheck/measure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
1414
if measurer.ExperimentName() != "echcheck" {
1515
t.Fatal("unexpected name")
1616
}
17-
if measurer.ExperimentVersion() != "0.1.2" {
17+
if measurer.ExperimentVersion() != "0.2.0" {
1818
t.Fatal("unexpected version")
1919
}
2020
}

0 commit comments

Comments
 (0)