aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commands_test.go')
-rw-r--r--commands/commands_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/commands_test.go b/commands/commands_test.go
index e510ebe1..7c3ec84f 100644
--- a/commands/commands_test.go
+++ b/commands/commands_test.go
@@ -106,3 +106,5 @@ func (d *dummyData) PendingKeys() string { return "" }
func (d *dummyData) Role() string { return "inbox" }
func (d *dummyData) Style(string, string) string { return "" }
func (d *dummyData) StyleSwitch(string, ...models.Case) string { return "" }
+
+func (d *dummyData) StyleMap([]string, ...models.Case) []string { return []string{} }