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 e059901 commit ccbc3afCopy full SHA for ccbc3af
QueryKit.IntegrationTests/Tests/HasConversionTests.cs
@@ -17,7 +17,7 @@ public async Task can_filter_by_email_with_has_conversion()
17
var testingServiceScope = new TestingServiceScope();
18
var faker = new Bogus.Faker();
19
20
- var testEmail = faker.Internet.Email();
+ var testEmail = $"{Guid.NewGuid()}{faker.Internet.Email()}";
21
var person = new FakeTestingPersonBuilder()
22
.WithEmail(testEmail)
23
.Build();
0 commit comments