repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
e27602b
parent
593bfcd
author
Antonio Mika
date
2025-02-26 16:52:45 -0500 EST
Fix last test
1 files changed,  +1, -1
M shared/storage/proxy_test.go
+1, -1
1@@ -98,7 +98,7 @@ func TestUriToImgProcessOpts(t *testing.T) {
2 			}
3 			if cmp.Equal(results, fixture.expect) == false {
4 				//nolint
5-				t.Fatalf(cmp.Diff(fixture.expect, results))
6+				t.Fatal(cmp.Diff(fixture.expect, results))
7 			}
8 		})
9 	}