Skip to content

Commit 61eea14

Browse files
committed
Added DataExtentions dependency to the asmdef file
1 parent 413e40b commit 61eea14

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Tests/Editor/EditMode/GameLovers.Services.Tests.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"references": [
55
"UnityEngine.TestRunner",
66
"UnityEditor.TestRunner",
7-
"GameLovers.Services"
7+
"GameLovers.Services",
8+
"GameLovers.DataExtensions"
89
],
910
"includePlatforms": [
1011
"Editor"

Tests/Editor/PlayMode/GameLovers.Services.Tests.Playmode.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"references": [
55
"UnityEngine.TestRunner",
66
"UnityEditor.TestRunner",
7-
"GameLovers.Services"
7+
"GameLovers.Services",
8+
"GameLovers.DataExtensions"
89
],
910
"includePlatforms": [],
1011
"excludePlatforms": [],

0 commit comments

Comments
 (0)