Skip to content

Commit a95ed3f

Browse files
committed
Fix broken filepath
1 parent 323cc80 commit a95ed3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/percy/plotly-express.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# tested with percy.
88

99
# this directory
10-
dir_name = os.path.join("test", "percy")
10+
dir_name = os.path.join("tests", "percy")
1111

1212
# #### Scatter and Line plots
1313

0 commit comments

Comments
 (0)