mirror of
https://github.com/bitwarden/server
synced 2026-01-04 01:23:25 +00:00
XUnit.v3 Upgrade
This commit is contained in:
@@ -53,7 +53,7 @@ public class BatchAuthRequestUpdateProcessorTests
|
||||
var sut = new BatchAuthRequestUpdateProcessor(authRequests, updates, configuration);
|
||||
Assert.NotEmpty(sut.Processors);
|
||||
sut.Process(errorHandler);
|
||||
Assert.NotEmpty(sut.Processors.Where(p => p.ProcessedAuthRequest != null));
|
||||
Assert.Contains(sut.Processors, p => p.ProcessedAuthRequest != null);
|
||||
}
|
||||
|
||||
[Theory]
|
||||
|
||||
Reference in New Issue
Block a user