qdrvm / kagome

Kagome - C++20 implementation of Polkadot Host
https://kagome.readthedocs.io
Apache License 2.0
160 stars 34 forks source link

[codestyle] choose test asserts #2047

Open turuslan opened 7 months ago

turuslan commented 7 months ago

Description

There are duplicate ambigous assert macro. Should choose and use one (e.g. don't use ASSERT_EQ, use EXPECT_EQ).

Motivation

Less ambiguity, more consistency.

Are you planning to do it yourself in a pull request ?

Maybe

turuslan commented 3 months ago

EXPECT_ and ASSERT_ were intended