Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Olsson authored and marcusolsson committed Feb 5, 2018
1 parent 5e88ff1 commit 0bff8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ four

// Selected item should not have changed.
if l.Selected() != 1 {
t.Error("got = %d; want = %d", l.Selected, 1)
t.Errorf("got = %d; want = %d", l.Selected(), 1)
}
}

0 comments on commit 0bff8bb

Please sign in to comment.