Code cleanup

This commit is contained in:
2024-04-05 20:25:44 +02:00
parent 11cfa5a1eb
commit 16d569c457
5 changed files with 14 additions and 14 deletions

View File

@ -112,8 +112,8 @@ func TestUsesConfig(t *testing.T) {
}
func TestUsesConfigWithEnvVar(t *testing.T) {
os.Setenv("COLORSCHEME", "v1")
os.Setenv("PATTERN", "default")
_ = os.Setenv("COLORSCHEME", "v1")
_ = os.Setenv("PATTERN", "default")
configure("./testdata/testconfig.toml")