1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Fix typos in comments (#2876)

This commit is contained in:
Jim Hays
2023-05-09 11:38:47 -04:00
committed by GitHub
parent 0bd0910c39
commit f9038472ce
12 changed files with 13 additions and 13 deletions

View File

@ -39,7 +39,7 @@ public class HandlebarsMailServiceTests
// This will send all emails to the test email address so that they can be viewed.
var namedParameters = new Dictionary<(string, Type), object>
{
// TODO: Swith to use env variable
// TODO: Switch to use env variable
{ ("email", typeof(string)), "test@bitwarden.com" },
{ ("user", typeof(User)), new User
{

View File

@ -37,7 +37,7 @@ internal class CipherBuilder : ISpecimenBuilder
.Without(c => c.OrganizationId));
}
// Can't test valid Favorites and Folders without creating those values inide each test,
// Can't test valid Favorites and Folders without creating those values inside each test,
// since we won't have any UserIds until the test is running & creating data
fixture.Customize<Cipher>(c => c
.Without(e => e.Favorites)