From 64b768178dc9e64293a52c1b6d2631709af9502a Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 24 Feb 2019 13:38:47 +0200 Subject: Removed all refresh tokens use :/ --- Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Software/Visual_Studio/Tango.UnitTesting/Web') diff --git a/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs index d696a627c..6f97e1c4e 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs @@ -63,7 +63,5 @@ namespace Tango.UnitTesting.Web //Ensure the token validation fails with 'token expired'. Assert.ThrowsException(() => read_web_token.Validate(secret)); } - - } } -- cgit v1.3.1