We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afad8b commit ec3c243Copy full SHA for ec3c243
coderd/projects_test.go
@@ -47,6 +47,7 @@ func TestProjects(t *testing.T) {
47
_ = server.RandomInitialUser(t)
48
projects, err := server.Client.Projects(context.Background(), "")
49
require.NoError(t, err)
50
+ require.NotNil(t, projects)
51
require.Len(t, projects, 0)
52
})
53
@@ -77,6 +78,7 @@ func TestProjects(t *testing.T) {
77
78
79
projects, err := server.Client.Projects(context.Background(), user.Organization)
80
81
82
83
84
0 commit comments