chore(help): fix help test errors

This commit is contained in:
Christian Rocha
2024-10-23 22:00:39 -04:00
parent d05ec83cbe
commit 4b2f72baa9
+2 -2
View File
@@ -6,12 +6,12 @@ import (
"github.com/charmbracelet/x/exp/golden"
"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/v2/key"
)
func TestFullHelp(t *testing.T) {
m := New()
m.FullSeparator = " | "
m.Styles.FullSeparator = m.Styles.FullSeparator.SetString(" | ")
k := key.WithKeys("x")
kb := [][]key.Binding{
{