From 7e42a37bf7dffd7fe4c2b14e42161433d7182d66 Mon Sep 17 00:00:00 2001 From: RedEtherbloom Date: Wed, 6 Nov 2024 23:32:10 +0100 Subject: [PATCH] spotify-player: fix test for nixpkgs update Recent nixpkgs update made a small change to how TOML is generated, causing the test toml to be out of date. --- tests/modules/programs/spotify-player/theme.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/modules/programs/spotify-player/theme.toml b/tests/modules/programs/spotify-player/theme.toml index cb5fa99d4..f963e707d 100644 --- a/tests/modules/programs/spotify-player/theme.toml +++ b/tests/modules/programs/spotify-player/theme.toml @@ -1,7 +1,6 @@ [[themes]] name = "default2" -[themes.component_style] [themes.component_style.block_title] fg = "Magenta"