commit | 64802e104bf47c32a212e00494d4bf0bbcb2fe33 | [log] [tgz] |
---|---|---|
author | Anthonios Partheniou <partheniou@google.com> | Tue Apr 26 18:26:17 2022 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 26 18:26:17 2022 -0400 |
tree | 2cae163597bb271b10047977fa0ce249e5d0da06 | |
parent | 022add16266f9c07f0f88eea13472cc2e0bfc991 [diff] |
test: use `not` instead of `is False` in assert (#366) * test: use == instead of is when comparing equality * use not instead of ==