Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Sep 2, 2015
1 parent c746da6 commit aed3629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/flashlight/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit aed3629

Please sign in to comment.