Files
containerd/leases
Sebastiaan van Stijn 1480e3bd4f leases: cleanup TestWithLabels
- don't define a type, but just an ad-hoc struct
- use a single slice with test-cases; this allows IDE's to pick up the
  table as a test-table (which allows (re-)running individual tests)
- make use of testify's assert.Equal to compare the results, instead
  of a DIY loop over the expected values.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-09-11 18:36:16 +02:00
..
2022-04-20 07:23:28 +00:00
2018-07-18 10:43:37 -07:00
2018-04-24 14:33:34 -07:00
2023-09-11 18:36:16 +02:00