mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
fix(test): use valid naming for golden file
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ func TestSetStyles(t *testing.T) {
|
|||||||
name string
|
name string
|
||||||
styles Styles
|
styles Styles
|
||||||
}{
|
}{
|
||||||
{"empty styles; do nothing", Styles{
|
{"empty styles", Styles{
|
||||||
Selected: lipgloss.NewStyle(),
|
Selected: lipgloss.NewStyle(),
|
||||||
Header: lipgloss.NewStyle(),
|
Header: lipgloss.NewStyle(),
|
||||||
Cell: lipgloss.NewStyle(),
|
Cell: lipgloss.NewStyle(),
|
||||||
|
|||||||
Reference in New Issue
Block a user