mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
remove unneeded keyProvider requirement test
Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
08bad1910e
commit
c2167c34e3
-11
@@ -53,17 +53,6 @@ public class IsolationKeyScopedAgentSessionStoreTests
|
||||
new IsolationKeyScopedAgentSessionStore(null!, provider));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verify that constructor throws ArgumentNullException when keyProvider is null.
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void RequiresKeyProvider()
|
||||
{
|
||||
// Act & Assert
|
||||
Assert.Throws<ArgumentNullException>("keyProvider", () =>
|
||||
new IsolationKeyScopedAgentSessionStore(this._innerStoreMock.Object, null!));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verify that constructor uses default options when options is null.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user