diff --git a/source/utils/strings_test.go b/source/utils/strings_test.go
index b500d1f068634e4826587176a891e5a93fe5024f..7c08366a68a064f1514446adf566a69a5ae75ad3 100644
--- a/source/utils/strings_test.go
+++ b/source/utils/strings_test.go
@@ -22,7 +22,7 @@ func TestMaskCodeBlocks(t *testing.T) {
 	for _, table := range tables {
 
 		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.Join(p, table.input)