Skip to content

Commit 0a0d31b

Browse files
committed
chore(test_builder): Add typings
1 parent 4123935 commit 0a0d31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/workspace/test_builder.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -542,12 +542,12 @@ def test_start_directory_relative(session, tmp_path: pathlib.Path):
542542
"""Same as above test, but with relative start directory, mimicking
543543
loading it from a location of project file. Like::
544544
545-
$ tmuxp load ~/workspace/myproject/.tmuxp.yaml
545+
$ tmuxp load ~/workspace/myproject/.tmuxp.yaml
546546
547547
instead of::
548548
549-
$ cd ~/workspace/myproject/.tmuxp.yaml
550-
$ tmuxp load .
549+
$ cd ~/workspace/myproject/.tmuxp.yaml
550+
$ tmuxp load .
551551
552552
"""
553553
yaml_workspace = test_utils.read_workspace_file(

0 commit comments

Comments
 (0)