We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e140852 commit bee9a1aCopy full SHA for bee9a1a
1 file changed
github/repos_contents_test.go
@@ -56,7 +56,7 @@ func TestRepositoryContent_GetContent(t *testing.T) {
56
},
57
{
58
encoding: String("none"),
59
- content: String(""),
+ content: nil,
60
want: "",
61
wantErr: true,
62
0 commit comments