Skip to content

[Refactor] Replace reflect with require in unit tests

Craig Smith requested to merge craigmsmith-replace-deep-equals into main

What does this MR do?

require is preferred in unit tests over reflect

What are the relevant issue numbers?

Replace reflect.DeepEqual with require.Equal in... (gitlab-org/gitlab#470668 - closed) • Craig Smith • 17.2

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports