all repos

x @ 6c0a72ea3d6f353d25a7b954c6ded067ddf529c8

go extra()
1 files changed, 1 insertions(+), 1 deletions(-)
envy: fix test name duplication
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-18 22:33:22 +0200
Change ID: ktnqvouxsxxyxpllokrlrnvnwvyulqwy
Parent: 20e7404
M envy/env_test.go

@@ -67,7 +67,7 @@ t.Run("string, unset", func(t *testing.T) {

is.Equal(t, "asdf", envy.GetOrDefault(env, "asdf")) }) - t.Run("string, unset", func(t *testing.T) { + t.Run("string, set", func(t *testing.T) { t.Setenv(env, "test") is.Equal(t, "test", envy.GetOrDefault(env, "asdf")) })