Skip to content

test: Use require over assert in tests where failure should stop execution

Replaced assert with require in tests where subsequent lines depend on the success of earlier expectations.

Prevents panics caused by continuing after failed expectations.

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading