Skip to content

Commit

Permalink
Clear todos
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Aug 12, 2024
1 parent e26bb67 commit 7a4a3e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public void SwitchingBetweenTransports_ForcesThreeSecondWait()
.ClearProviders()
.AddSerilog(log)
.AddFilter(level => level >= LogLevel.Information));
// TODO test if works

// TEST ASSUMPTION: This test requires FIDO. On Windows, that means this test case must run elevated (admin).
IYubiKeyDevice testDevice = IntegrationTestDeviceEnumeration.GetTestDevice();
Expand Down
1 change: 0 additions & 1 deletion Yubico.YubiKey/tests/sandbox/Plugins/EventManagerPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public override bool Execute()
builder
.AddSerilog(log)
.AddFilter(level => level >= LogLevel.Information));
// TODO test if works
YubiKeyDeviceListener.Instance.Arrived += (s, e) =>
{
Console.WriteLine("YubiKey arrived:");
Expand Down

0 comments on commit 7a4a3e9

Please sign in to comment.