argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

refactor(tests): `if assert.*` -> `require.*`. Fixes #13465

Open djanjic opened this issue 1 year ago • 0 comments

Fixes #13465

Motivation

Reduce unneeded nesting by changing if assert.* to require.*.

Modifications

Updated tests where if assert.* is used to require.*

Verification

Tests

djanjic avatar Aug 23 '24 12:08 djanjic