File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ public function testShowRepo(): void
28
28
29
29
$ response = $ client
30
30
->repositories ()
31
- ->workspaces ('atlassian ' )
32
- ->show ('stash-example-plugin ' );
31
+ ->workspaces ('StyleCI ' )
32
+ ->show ('test ' );
33
33
34
34
self ::assertIsArray ($ response );
35
35
self ::assertTrue (isset ($ response ['uuid ' ]));
36
- self ::assertSame ('{7dd600e6-0d9c-4801-b967-cb4cc17359ff } ' , $ response ['uuid ' ]);
36
+ self ::assertSame ('{e530baa1-ce6e-4d52-a292-0432765c1970 } ' , $ response ['uuid ' ]);
37
37
}
38
38
39
39
public function testRepoNotFound (): void
@@ -45,7 +45,7 @@ public function testRepoNotFound(): void
45
45
46
46
$ client
47
47
->repositories ()
48
- ->workspaces ('atlassian ' )
48
+ ->workspaces ('StyleCI ' )
49
49
->show ('qwertyuiop ' );
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments