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
2828
2929 $ response = $ client
3030 ->repositories ()
31- ->workspaces ('atlassian ' )
32- ->show ('stash-example-plugin ' );
31+ ->workspaces ('StyleCI ' )
32+ ->show ('test ' );
3333
3434 self ::assertIsArray ($ response );
3535 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 ' ]);
3737 }
3838
3939 public function testRepoNotFound (): void
@@ -45,7 +45,7 @@ public function testRepoNotFound(): void
4545
4646 $ client
4747 ->repositories ()
48- ->workspaces ('atlassian ' )
48+ ->workspaces ('StyleCI ' )
4949 ->show ('qwertyuiop ' );
5050 }
5151}
You can’t perform that action at this time.
0 commit comments