validateActions is a convenience func to make tests more readable; it exploits the fact that the default states for prebuilds align with zero values.
(t *testing.T, expected, actual []*prebuilds.ReconciliationActions)
| 1854 | // validateActions is a convenience func to make tests more readable; it exploits the fact that the default states for |
| 1855 | // prebuilds align with zero values. |
| 1856 | func validateActions(t *testing.T, expected, actual []*prebuilds.ReconciliationActions) { |
| 1857 | require.Equal(t, expected, actual) |
| 1858 | } |
no test coverage detected