mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 20:47:24 +00:00
Fixing tests
This commit is contained in:
parent
47c0f50f02
commit
bb118111a0
2 changed files with 2 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ namespace ICD.Common.Utils.Tests.Attributes.Rpc
|
||||||
private class TestClass
|
private class TestClass
|
||||||
{
|
{
|
||||||
[Rpc("A")]
|
[Rpc("A")]
|
||||||
public int TestProperty { get; set; }
|
public string TestProperty { get; set; }
|
||||||
|
|
||||||
[Rpc("A")]
|
[Rpc("A")]
|
||||||
public void TestMethod()
|
public void TestMethod()
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
using ICD.Common.Utils.EventArguments;
|
using NUnit.Framework;
|
||||||
using NUnit.Framework;
|
|
||||||
|
|
||||||
namespace ICD.Common.Utils.Tests.EventArguments
|
namespace ICD.Common.Utils.Tests.EventArguments
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue