mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
chore(help): fix help test errors
This commit is contained in:
+2
-2
@@ -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{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user