Skip to content

Commit c6158f5

Browse files
chore(f): f
1 parent 7607a9d commit c6158f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responsetranslator/responsetranslator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestTranslate(t *testing.T) {
6565
h := r.GetHash()
6666

6767
// Debug output
68-
//fmt.Printf("Input: %s\nExpected: %s\nGot: %s\n", input, expected, h["DESCRIPTION"])
68+
// fmt.Printf("Input: %s\nExpected: %s\nGot: %s\n", input, expected, h["DESCRIPTION"])
6969

7070
if h["DESCRIPTION"] != expected {
7171
t.Errorf("Expected: %s, got: %s", expected, h["DESCRIPTION"])

0 commit comments

Comments
 (0)