Skip to content

Commit 53af9e7

Browse files
authored
Merge pull request #8865 from Pinata-Consulting/mock-array-naming
mock-array: fix naming consistency
2 parents d14e9db + e038952 commit 53af9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/orfs/mock-array/mock-array.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def mock_array(name, config):
493493
)
494494

495495
sh_test(
496-
name = "MockArray_{variant}_{power_test}_{stage}_test".format(
496+
name = "MockArray_{variant}_{stage}_{power_test}_test".format(
497497
variant = variant,
498498
power_test = power_test,
499499
stage = stage,

0 commit comments

Comments
 (0)