Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
O_O
Browse files Browse the repository at this point in the history
  • Loading branch information
songgao committed Oct 16, 2018
1 parent 20846dc commit ede2f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybase/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestConfig(t *testing.T) {
expectedOptions2.IgnoreSnooze = true

options2 := cfg2.updaterOptions()
assert.Equal(t, options2, expectedOptions)
assert.Equal(t, options2, expectedOptions2)

auto2, autoSet2 := cfg2.GetUpdateAuto()
assert.True(t, autoSet2, "Auto should be set")
Expand Down

0 comments on commit ede2f1f

Please sign in to comment.