image-reflector-controller/internal
Rishi fff22d9200 Improve accuracy of filter_test.go
This commit will improve the accuracy of `filter_test.go` unit tests.

Before reflect.DeepEqual was used to check equality between slices,
but `f.filtered` and `sort.StringSlice` aren't comparable.
There was also a bug where `reflect.DeepEqual`
was returning `false` but the test did not fail due to wrong `if` check.

Use gomega to simplify assertions.

Signed-off-by: Rishi <rishnai1@in.ibm.com>
2023-11-02 02:09:20 +05:30
..
controller misc: `rand.Seed` deprecation 2023-10-11 15:11:01 +02:00
database Update Go to v1.19 2022-09-26 18:17:33 +03:00
features Disable caching of Secrets and ConfigMaps 2023-01-30 20:54:56 +05:30
policy Improve accuracy of filter_test.go 2023-11-02 02:09:20 +05:30
secret misc: improve styling of errs 2023-10-11 15:17:30 +02:00
test Refactor ImageRepository and ImagePolicy 2023-02-09 03:41:20 +05:30