From 05c8715213c151d0c09e458110354ee7a945a00a Mon Sep 17 00:00:00 2001 From: Onuralp Taner Date: Thu, 25 Jan 2018 13:24:52 +0300 Subject: [PATCH] Fix build by updating NUnit test init attribute --- TLSharp.Tests.NUnit/Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLSharp.Tests.NUnit/Test.cs b/TLSharp.Tests.NUnit/Test.cs index 40e54ac..31644b8 100644 --- a/TLSharp.Tests.NUnit/Test.cs +++ b/TLSharp.Tests.NUnit/Test.cs @@ -9,7 +9,7 @@ namespace TLSharp.Tests [TestFixture] public class TLSharpTestsNUnit : TLSharpTests { - [TestFixtureSetUp] + [OneTimeSetUp] public void Init() { base.Init(o => Assert.IsNotNull(o), b => Assert.IsTrue(b));