diff --git a/polkadot/node/gum/src/tests.rs b/polkadot/node/gum/src/tests.rs
index 4b52147f294854d804d73b5fad3a64838aebdf83..c4077c7615c783cf7e767c48cd4e8d78de95bb74 100644
--- a/polkadot/node/gum/src/tests.rs
+++ b/polkadot/node/gum/src/tests.rs
@@ -32,7 +32,7 @@ fn plain() {
 fn wo_alias() {
 	let a: i32 = 7;
 	error!(target: "foo",
-		"Something something {}, {:?}, or maybe {}",
+		"Something something {}, {b:?}, or maybe {c}",
 		a,
 		b = Y::default(),
 		c = a