Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
max-weis committed Feb 26, 2025
1 parent 6cfd8be commit 7ed0232
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions translations/de/de_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -805,15 +805,7 @@ func TestTranslations(t *testing.T) {
}
}

/*if fe == nil {
t.Logf("no error found for %s", tt.ns)
}*/

NotEqual(t, fe, nil)
/*if strings.Contains(tt.expected, "or greater") {
got := fe.Translate(trans)
Equal(t, tt.expected, got)
}*/
Equal(t, tt.expected, fe.Translate(trans))
}
}

0 comments on commit 7ed0232

Please sign in to comment.