Skip to content

Commit 2df6a6e

Browse files
committed
s/private/secret/
1 parent 415c2ac commit 2df6a6e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkg/cmd/gist/list/list_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ func TestNewCmdList(t *testing.T) {
3232
},
3333
},
3434
{
35-
name: "private",
36-
cli: "--private",
35+
name: "secret",
36+
cli: "--secret",
3737
wants: ListOptions{
3838
Limit: 10,
39-
Visibility: "private",
39+
Visibility: "secret",
4040
},
4141
},
4242
{
43-
name: "public and private",
44-
cli: "--private --public",
43+
name: "public and secret",
44+
cli: "--secret --public",
4545
wants: ListOptions{
4646
Limit: 10,
4747
Visibility: "all",

0 commit comments

Comments
 (0)