Tests.RandomTests.GetTorrentHashTest C# (CSharp) Method

GetTorrentHashTest() private method

private GetTorrentHashTest ( ) : void
return void
        public void GetTorrentHashTest()
        {
            var hash = Credentials.WhatRandom.GetTorrentHash();
            Assert.IsTrue(!string.IsNullOrWhiteSpace(hash), "Hash is null or white space");
        }