Skip to content
Snippets Groups Projects
Verified Commit 9a8c01a7 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: manage flake

parent 558caf0f
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ func TestMaskCodeBlocks(t *testing.T) { ...@@ -22,7 +22,7 @@ func TestMaskCodeBlocks(t *testing.T) {
for _, table := range tables { for _, table := range tables {
p, _ := os.Getwd() p, _ := os.Getwd()
p = filepath.Dir(p) // go to parent directory // p = filepath.Dir(p) // go to parent directory
p = filepath.Dir(p) // go to parent directory p = filepath.Dir(p) // go to parent directory
p = filepath.Join(p, table.input) p = filepath.Join(p, table.input)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment