We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415c2ac commit 2df6a6eCopy full SHA for 2df6a6e
1 file changed
pkg/cmd/gist/list/list_test.go
@@ -32,16 +32,16 @@ func TestNewCmdList(t *testing.T) {
32
},
33
34
{
35
- name: "private",
36
- cli: "--private",
+ name: "secret",
+ cli: "--secret",
37
wants: ListOptions{
38
Limit: 10,
39
- Visibility: "private",
+ Visibility: "secret",
40
41
42
43
- name: "public and private",
44
- cli: "--private --public",
+ name: "public and secret",
+ cli: "--secret --public",
45
46
47
Visibility: "all",
0 commit comments