File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
fileconsumer/internal/archive Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,6 @@ func testArchiveNop(t *testing.T) {
97
97
// fingerprints should not be part of archive, as it's nop
98
98
for _ , fp := range m {
99
99
matchedData := a .FindFiles (context .Background (), []* fingerprint.Fingerprint {fp })
100
- require .Nil (t , matchedData [0 ])
101
-
102
- // FindFiles removes the data from persister.
103
- matchedData = a .FindFiles (context .Background (), []* fingerprint.Fingerprint {fp })
104
100
require .Nil (t , matchedData [0 ], "fingerprints shouldn't match for nopArchive" )
105
101
}
106
102
}
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ require (
8
8
github.com/expr-lang/expr v1.17.2
9
9
github.com/fsnotify/fsnotify v1.9.0
10
10
github.com/goccy/go-json v0.10.5
11
- github.com/google/uuid v1.6.0
12
11
github.com/jonboulle/clockwork v0.5.0
13
12
github.com/jpillora/backoff v1.0.0
14
13
github.com/json-iterator/go v1.1.12
@@ -50,6 +49,7 @@ require (
50
49
github.com/go-logr/stdr v1.2.2 // indirect
51
50
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
52
51
github.com/gogo/protobuf v1.3.2 // indirect
52
+ github.com/google/uuid v1.6.0 // indirect
53
53
github.com/hashicorp/go-version v1.7.0 // indirect
54
54
github.com/knadh/koanf/maps v0.1.2 // indirect
55
55
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments