Skip to content

Commit e8ae0c3

Browse files
committed
Better message as per review
1 parent 365eb4b commit e8ae0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.mobile.notifications/Tests/Runtime/Android/AndroidNotificationSimpleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PluginImporter GetTestUtils()
1717
{
1818
var assets = AssetDatabase.FindAssets("UnityNotificationTestUtils");
1919
if (assets.Length != 1)
20-
throw new Exception("Something is wrong");
20+
throw new Exception("UnityNotificationTestUtils.java not found");
2121
return (PluginImporter)AssetImporter.GetAtPath(AssetDatabase.GUIDToAssetPath(assets[0]));
2222
}
2323
#endif

0 commit comments

Comments
 (0)