mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-06 23:15:16 +00:00
apply resharper's code style
This commit is contained in:
parent
1697db9d7f
commit
7fad829dd2
776 changed files with 14393 additions and 24502 deletions
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace TLSharp.Tests
|
||||
|
|
@ -13,7 +11,7 @@ namespace TLSharp.Tests
|
|||
{
|
||||
base.Init(o => Assert.IsNotNull(o), b => Assert.IsTrue(b));
|
||||
}
|
||||
|
||||
|
||||
[TestMethod]
|
||||
public override async Task AuthUser()
|
||||
{
|
||||
|
|
@ -67,6 +65,7 @@ namespace TLSharp.Tests
|
|||
{
|
||||
await base.CheckPhones();
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[Ignore]
|
||||
public override async Task FloodExceptionShouldNotCauseCannotReadPackageLengthError()
|
||||
|
|
@ -80,4 +79,4 @@ namespace TLSharp.Tests
|
|||
await base.SendMessageByUserNameTest();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue