Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update enterprise/coderd/prebuilds/membership_test.go
Co-authored-by: Susana Ferreira <susana@coder.com>
  • Loading branch information
SasSwart and ssncferreira authored Aug 27, 2025
commit 820cfd6c283746ca02dee6ede3d23ae191672bda
2 changes: 1 addition & 1 deletion enterprise/coderd/prebuilds/membership_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestReconcileAll(t *testing.T) {
defaultOrg, err := db.GetDefaultOrganization(ctx)
require.NoError(t, err)

// introduce an unrelated organization to ensure that the membership reconciler don't interfere with it.
// introduce an unrelated organization to ensure that the membership reconciler doesn't interfere with it.
unrelatedOrg := dbgen.Organization(t, db, database.Organization{})
targetOrg := dbgen.Organization(t, db, database.Organization{})

Expand Down
Loading