Page MenuHomePhabricator

test: use f-strings in feature_* tests (part 2).
ClosedPublic

Authored by PiRK on Feb 28 2023, 12:29.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Feb 28 2023, 12:29

don't use f-string without placeholder (this is legal, but unnecessary and it triggers a linter error)

This revision is now accepted and ready to land.Feb 28 2023, 12:58