From 3526e777e9f189bbd898e10cf3042abe4c75f179 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Wed, 30 Jul 2025 11:49:47 +0200 Subject: pkg/runtest: typo fix --- pkg/runtest/run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/runtest/run_test.go b/pkg/runtest/run_test.go index b566f74dd..97c31d6f9 100644 --- a/pkg/runtest/run_test.go +++ b/pkg/runtest/run_test.go @@ -109,7 +109,7 @@ func test(t *testing.T, sysTarget *targets.Target) { flatrpc.FeatureSwap for feat, name := range flatrpc.EnumNamesFeature { if features&feat != want&feat { - t.Errorf("expect featue %v to be %v, but it is %v", + t.Errorf("expect feature %v to be %v, but it is %v", name, want&feat != 0, features&feat != 0) } } -- cgit mrf-deployment