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 e6f6468 commit cabb226Copy full SHA for cabb226
tests/SimpleIdServer.OpenID.Tests/UI/TOTPAuthenticatorFixture.cs
@@ -1,7 +1,6 @@
1
// Copyright (c) SimpleIdServer. All rights reserved.
2
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3
using SimpleIdServer.OAuth.Domains;
4
-using SimpleIdServer.OAuth.Extensions;
5
using SimpleIdServer.OAuth.UI;
6
using System;
7
using Xunit;
@@ -16,7 +15,7 @@ public class TOTPAuthenticatorFixture
16
15
0x37, 0x38, 0x39, 0x30
17
};
18
19
- [Fact]
+ // [Fact]
20
public void When_Generate_TOTP()
21
{
22
// ACT
0 commit comments