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
Next Next commit
remove unnecessary print statements
  • Loading branch information
joobisb committed Dec 11, 2024
commit 67a7113874d205a8a45bf433cea893bac94f521c
2 changes: 0 additions & 2 deletions coderd/users_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1749,8 +1749,6 @@ func TestUsersFilter(t *testing.T) {
exp = append(exp, made)
}
}
fmt.Printf("expexp: %+v\n", exp)
fmt.Printf("matched.Usersmatched.Users: %+v\n", matched.Users)
require.ElementsMatch(t, exp, matched.Users, "expected users returned")
})
}
Expand Down
Loading