Commit 58c0687 1 parent cb083ba commit 58c0687 Copy full SHA for 58c0687
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
)
10
10
11
11
func TestTeamProjectAccessesList (t * testing.T ) {
12
- skipIfBeta (t )
12
+ skipUnlessBeta (t )
13
13
14
14
client := testClient (t )
15
15
ctx := context .Background ()
@@ -83,7 +83,7 @@ func TestTeamProjectAccessesList(t *testing.T) {
83
83
}
84
84
85
85
func TestTeamProjectAccessesRead (t * testing.T ) {
86
- skipIfBeta (t )
86
+ skipUnlessBeta (t )
87
87
88
88
client := testClient (t )
89
89
ctx := context .Background ()
@@ -129,7 +129,7 @@ func TestTeamProjectAccessesRead(t *testing.T) {
129
129
}
130
130
131
131
func TestTeamProjectAccessesAdd (t * testing.T ) {
132
- skipIfBeta (t )
132
+ skipUnlessBeta (t )
133
133
134
134
client := testClient (t )
135
135
ctx := context .Background ()
@@ -216,7 +216,7 @@ func TestTeamProjectAccessesAdd(t *testing.T) {
216
216
}
217
217
218
218
func TestTeamProjectAccessesUpdate (t * testing.T ) {
219
- skipIfBeta (t )
219
+ skipUnlessBeta (t )
220
220
221
221
client := testClient (t )
222
222
ctx := context .Background ()
@@ -246,7 +246,7 @@ func TestTeamProjectAccessesUpdate(t *testing.T) {
246
246
}
247
247
248
248
func TestTeamProjectAccessesRemove (t * testing.T ) {
249
- skipIfBeta (t )
249
+ skipUnlessBeta (t )
250
250
251
251
client := testClient (t )
252
252
ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments