| Index: logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| diff --git a/logdog/appengine/coordinator/hierarchy/hierarchy_test.go b/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| index 28b6909183a2107c200abc3416d5708b4a0857ce..a2a7a77517687921336782800b67393d86c08821 100644
|
| --- a/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| +++ b/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
|
| @@ -22,7 +22,7 @@ import (
|
| func TestHierarchy(t *testing.T) {
|
| t.Parallel()
|
|
|
| - Convey(`With a testing configuration`, t, func() {
|
| + FocusConvey(`With a testing configuration`, t, func() {
|
| c, env := ct.Install()
|
|
|
| var r Request
|
| @@ -36,10 +36,10 @@ func TestHierarchy(t *testing.T) {
|
|
|
| var lv listValidator
|
|
|
| - Convey(`When requesting Project-level list`, func() {
|
| + FocusConvey(`When requesting Project-level list`, func() {
|
| r.Project = ""
|
|
|
| - Convey(`An anonymous user will see all public-access projects.`, func() {
|
| + FocusConvey(`An anonymous user will see all public-access projects.`, func() {
|
| So(get(), lv.shouldHaveComponents, "proj-bar", "proj-foo")
|
| })
|
|
|
|
|