mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
Fixing tests
This commit is contained in:
@@ -11,7 +11,7 @@ namespace ICD.Common.Utils.Tests.Attributes.Rpc
|
||||
private class TestClass
|
||||
{
|
||||
[Rpc("A")]
|
||||
public int TestProperty { get; set; }
|
||||
public string TestProperty { get; set; }
|
||||
|
||||
[Rpc("A")]
|
||||
public void TestMethod()
|
||||
|
||||
Reference in New Issue
Block a user