MCPcopy Index your code
hub / github.com/coder/coder / requireUsersMatch

Function requireUsersMatch

coderd/database/querier_test.go:7994–7997  ·  view source on GitHub ↗
(t testing.TB, expected []database.User, found []database.GetUsersRow, msg string)

Source from the content-addressed store, hash-verified

7992}
7993
7994func requireUsersMatch(t testing.TB, expected []database.User, found []database.GetUsersRow, msg string) {
7995 t.Helper()
7996 require.ElementsMatch(t, expected, database.ConvertUserRows(found), msg)
7997}
7998
7999// TestGetRunningPrebuiltWorkspaces ensures the correct behavior of the
8000// GetRunningPrebuiltWorkspaces query.

Callers 1

TestUserLastSeenFilterFunction · 0.85

Calls 2

ConvertUserRowsFunction · 0.92
HelperMethod · 0.65

Tested by

no test coverage detected