Skip to content

Commit

Permalink
fix(echcheck): bump version number in tests (#1671)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
bassosimone authored Nov 26, 2024
1 parent d20d7df commit 6a8a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/echcheck/measure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
if measurer.ExperimentName() != "echcheck" {
t.Fatal("unexpected name")
}
if measurer.ExperimentVersion() != "0.1.2" {
if measurer.ExperimentVersion() != "0.2.0" {
t.Fatal("unexpected version")
}
}
Expand Down

0 comments on commit 6a8a893

Please sign in to comment.