File tree Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
func TestSharingShare (t * testing.T ) {
15
15
t .Parallel ()
16
16
17
- t .Run ("ShareWithUser +Simple" , func (t * testing.T ) {
17
+ t .Run ("ShareWithUsers +Simple" , func (t * testing.T ) {
18
18
t .Parallel ()
19
19
20
20
var (
@@ -36,6 +36,48 @@ func TestSharingShare(t *testing.T) {
36
36
37
37
// TODO: Test updated ACL
38
38
39
- assert .Equal (t , 1 , 0 )
39
+ assert .True (t , false )
40
+ })
41
+
42
+ t .Run ("ShareWithUsers+Multiple" , func (t * testing.T ) {
43
+ t .Parallel ()
44
+
45
+ assert .True (t , false )
46
+ })
47
+
48
+ t .Run ("ShareWithUsers+UseRole" , func (t * testing.T ) {
49
+ t .Parallel ()
50
+
51
+ assert .True (t , false )
52
+ })
53
+
54
+ t .Run ("ShareWithUsers+AdminRole" , func (t * testing.T ) {
55
+ t .Parallel ()
56
+
57
+ assert .True (t , false )
58
+ })
59
+
60
+ t .Run ("ShareWithGroups+Simple" , func (t * testing.T ) {
61
+ t .Parallel ()
62
+
63
+ assert .True (t , false )
64
+ })
65
+
66
+ t .Run ("ShareWithGroups+Mutliple" , func (t * testing.T ) {
67
+ t .Parallel ()
68
+
69
+ assert .True (t , false )
70
+ })
71
+
72
+ t .Run ("ShareWithGroups+UseRole" , func (t * testing.T ) {
73
+ t .Parallel ()
74
+
75
+ assert .True (t , false )
76
+ })
77
+
78
+ t .Run ("ShareWithGroups+AdminRole" , func (t * testing.T ) {
79
+ t .Parallel ()
80
+
81
+ assert .True (t , false )
40
82
})
41
83
}
You can’t perform that action at this time.
0 commit comments