diff --git a/RELEASE.md b/RELEASE.md index 781bb96..aad9979 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release -1. Bump version in [version.go](version.go). +1. Bumpversion in [version.go](version.go). 2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml). 3. Bump version in [package.json](npm/package.json). 4. Publish npm package. diff --git a/main_test.go b/main_test.go index daad472..ea733ef 100644 --- a/main_test.go +++ b/main_test.go @@ -84,7 +84,7 @@ func TestDig(t *testing.T) { tm := prepare(t) tm.Send(tea.KeyMsg{Type: tea.KeyRunes, Runes: []rune(".")}) - tm.Send(tea.KeyMsg{Type: tea.KeyRunes, Runes: []rune(".year")}) + tm.Send(tea.KeyMsg{Type: tea.KeyRunes, Runes: []rune("year")}) tm.Send(tea.KeyMsg{Type: tea.KeyEnter}) teatest.RequireEqualOutput(t, read(t, tm))