Skip to content

Commit

Permalink
remove unncessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Feb 4, 2025
1 parent 8aa4f86 commit 3b134ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fixer_v2/replacer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func TestReplacer(t *testing.T) {
}

repl := NewReplacer(patternNodes, replacementNodes)
// result := ReplaceAll(patternNodes, replacementNodes, tt.subjectStr)
result := repl.ReplaceAll(tt.subjectStr)

if result != tt.expected {
Expand Down

0 comments on commit 3b134ee

Please sign in to comment.