Skip to content

Commit

Permalink
fix(echcheck): bump version number in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Nov 26, 2024
1 parent d20d7df commit 797a728
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 797a728

Please sign in to comment.