We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365eb4b commit e8ae0c3Copy full SHA for e8ae0c3
com.unity.mobile.notifications/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs
@@ -17,7 +17,7 @@ PluginImporter GetTestUtils()
17
{
18
var assets = AssetDatabase.FindAssets("UnityNotificationTestUtils");
19
if (assets.Length != 1)
20
- throw new Exception("Something is wrong");
+ throw new Exception("UnityNotificationTestUtils.java not found");
21
return (PluginImporter)AssetImporter.GetAtPath(AssetDatabase.GUIDToAssetPath(assets[0]));
22
}
23
#endif
0 commit comments