Skip to content

Commit ce07a1d

Browse files
fix
1 parent e8633e0 commit ce07a1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/tar/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ py_test(
464464
":test-pkg-tar-from-pkg-files-with-attributes",
465465
":test-pkg-tar-with-attributes",
466466
":test-remap-paths-tree-artifact",
467-
":test-remap-paths-variables",
467+
":test-variable-expansion",
468468
":test-respect-externally-defined-duplicates.tar",
469469
":test-tar-compression_level--1",
470470
":test-tar-compression_level-3",

tests/tar/pkg_tar_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def test_remap_paths_tree_artifact(self):
285285
]
286286
self.assertTarFileContent('test-remap-paths-tree-artifact.tar', content)
287287

288-
def test_remap_paths_make_variables(self):
288+
def test_variable_expansion(self):
289289
content = [
290290
{'name': 'fastbuild', 'isdir': True},
291291
{'name': 'fastbuild/a', 'mode': 0o444},

0 commit comments

Comments
 (0)