diff --git a/src/github.com/getlantern/flashlight/config/config_test.go b/src/github.com/getlantern/flashlight/config/config_test.go index 8471578c2b..2c3c20255d 100644 --- a/src/github.com/getlantern/flashlight/config/config_test.go +++ b/src/github.com/getlantern/flashlight/config/config_test.go @@ -9,5 +9,5 @@ import ( func TestMajorVersion(t *testing.T) { ver := majorVersion("22.0.2") - assert.Equal(t, "2", ver, "Could not read version") + assert.Equal(t, "22", ver, "Could not read version") }