mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-01 10:37:27 +01:00
Tags sorting support (#645)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -360,6 +360,7 @@ func TestLoadEnv(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, tt := range testCases {
|
||||
tt := tt
|
||||
t.Run(tt.desc, func(t *testing.T) {
|
||||
UnsetEnv("DIUN_")
|
||||
|
||||
@@ -484,6 +485,7 @@ for <code>{{ .Entry.Manifest.Platform }}</code> platform.
|
||||
}
|
||||
|
||||
for _, tt := range testCases {
|
||||
tt := tt
|
||||
t.Run(tt.desc, func(t *testing.T) {
|
||||
UnsetEnv("DIUN_")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user