Skip to content

Commit 7be3c9f

Browse files
committed
Add byte test case
1 parent 86c7519 commit 7be3c9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Packages/com.chark.scriptable-events/Tests/Runtime/ScriptableEventTestSource.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ public IEnumerator GetEnumerator()
2525
bool
2626
>(true);
2727

28+
yield return CreateTestCase<
29+
ByteScriptableEvent,
30+
ByteScriptableEventListener,
31+
byte
32+
>(1);
33+
2834
yield return CreateTestCase<
2935
ShortScriptableEvent,
3036
ShortScriptableEventListener,

0 commit comments

Comments
 (0)