mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 13:07:28 +00:00
9 lines
178 B
C#
9 lines
178 B
C#
using NUnit.Framework;
|
|
|
|
namespace ICD.Common.Utils.Tests.Attributes
|
|
{
|
|
[TestFixture]
|
|
public sealed class KrangPluginAttributeTest : AbstractIcdAttributeTest
|
|
{
|
|
}
|
|
}
|