Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Apr 18, 2023
1 parent 3f5bfce commit acd44ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tea_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ func TestTeaModel(t *testing.T) {
}
}

func TestIsQuit(t *testing.T) {
if IsQuitCmd(EnterAltScreen) {
t.Fatal("IsQuit should have returned false")
}
if !IsQuitCmd(Quit) {
t.Fatal("IsQuit should have returned true")
}
}

func TestTeaQuit(t *testing.T) {
var buf bytes.Buffer
var in bytes.Buffer
Expand Down

0 comments on commit acd44ed

Please sign in to comment.