mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +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/x/exp/golden"
|
||||||
|
|
||||||
"github.com/charmbracelet/bubbles/key"
|
"github.com/charmbracelet/bubbles/v2/key"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFullHelp(t *testing.T) {
|
func TestFullHelp(t *testing.T) {
|
||||||
m := New()
|
m := New()
|
||||||
m.FullSeparator = " | "
|
m.Styles.FullSeparator = m.Styles.FullSeparator.SetString(" | ")
|
||||||
k := key.WithKeys("x")
|
k := key.WithKeys("x")
|
||||||
kb := [][]key.Binding{
|
kb := [][]key.Binding{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user