From 4b2f72baa9d57b3b8cfa1282f0ecdc1eb42ee9d5 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 23 Oct 2024 21:59:47 -0400 Subject: [PATCH] chore(help): fix help test errors --- help/help_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/help_test.go b/help/help_test.go index 79601d7..c3e1101 100644 --- a/help/help_test.go +++ b/help/help_test.go @@ -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{ {