We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7607a9d commit c6158f5Copy full SHA for c6158f5
responsetranslator/responsetranslator_test.go
@@ -65,7 +65,7 @@ func TestTranslate(t *testing.T) {
65
h := r.GetHash()
66
67
// Debug output
68
- //fmt.Printf("Input: %s\nExpected: %s\nGot: %s\n", input, expected, h["DESCRIPTION"])
+ // fmt.Printf("Input: %s\nExpected: %s\nGot: %s\n", input, expected, h["DESCRIPTION"])
69
70
if h["DESCRIPTION"] != expected {
71
t.Errorf("Expected: %s, got: %s", expected, h["DESCRIPTION"])
0 commit comments