Skip to content

Commit cd46ff6

Browse files
committed
Added missing using statement
1 parent 4f9553a commit cd46ff6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.yamato/_run-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ run_all_project_tests_desktop_standalone_2021:
168168
# 1) The 2021 editor will soon be out of support
169169
# 2) We still have the same coverage by using mac and ubuntu is used in a whole bunch of different tests, so I'm quite sure it won't lead to any bug leaks
170170
# 3) The solution could be to manually install libss1.1 (since image has libssl3 and this causes conflicts on 2021 editor related to dotnet versions and support). There were several threads on this topic which can be looked on
171-
{% if editor != "2021.3" or platform.name != "ubuntu" %}
171+
{% if platform.name != "ubuntu" %}
172172
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_2021.3
173173
{% endif -%}
174174
{% endfor -%}

com.unity.netcode.gameobjects/Tests/Runtime/RpcTypeSerializationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Unity.Collections;
55
using Unity.Netcode.TestHelpers.Runtime;
66
using UnityEngine;
7+
using UnityEngine.TestTools;
78
using Quaternion = UnityEngine.Quaternion;
89
using Vector2 = UnityEngine.Vector2;
910
using Vector3 = UnityEngine.Vector3;

0 commit comments

Comments
 (0)