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
Authored at: 2026-02-18 22:32:32 +0200
Change ID: ktnqvouxsxxyxpllokrlrnvnwvyulqwy
Parent: 20e7404
M envy/env_test.go
ยทยทยท
        67
        67
         		is.Equal(t, "asdf", envy.GetOrDefault(env, "asdf"))

      
        68
        68
         	})

      
        69
        69
         

      
        70
        
        -	t.Run("string, unset", func(t *testing.T) {

      
        
        70
        +	t.Run("string, set", func(t *testing.T) {

      
        71
        71
         		t.Setenv(env, "test")

      
        72
        72
         		is.Equal(t, "test", envy.GetOrDefault(env, "asdf"))

      
        73
        73
         	})