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

chore: manage flake

parent e5eb8bed
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ func TestMaskCodeBlocks(t *testing.T) { ...@@ -16,7 +16,7 @@ func TestMaskCodeBlocks(t *testing.T) {
count int count int
expected int expected int
}{ }{
{"/testing/asstes/code1.md", "code1.md", 3, 9}, {"/testing/assets/code1.md", "code1.md", 3, 9},
} }
for _, table := range tables { for _, table := range tables {
...@@ -24,7 +24,6 @@ func TestMaskCodeBlocks(t *testing.T) { ...@@ -24,7 +24,6 @@ func TestMaskCodeBlocks(t *testing.T) {
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.Dir(p) // go to parent directory
p = filepath.Join(p, table.input) p = filepath.Join(p, table.input)
code, err := os.ReadFile(p) code, err := os.ReadFile(p)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment