Skip to content

Commit

Permalink
fix: bump version number also in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 21, 2023
1 parent c7e7cb7 commit 64f0cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/signal/signal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
if measurer.ExperimentName() != "signal" {
t.Fatal("unexpected name")
}
if measurer.ExperimentVersion() != "0.2.3" {
if measurer.ExperimentVersion() != "0.2.4" {
t.Fatal("unexpected version")
}
}
Expand Down

0 comments on commit 64f0cdf

Please sign in to comment.