File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/_PackageRoot/Tests/Base/Utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ public static partial class TestUtils
12
12
{
13
13
public static readonly string [ ] ImageURLs =
14
14
{
15
- "https://github.com/IvanMurzak/Unity-ImageLoader/raw/master /Test%20Images/ImageA.jpg" ,
16
- "https://github.com/IvanMurzak/Unity-ImageLoader/raw/master /Test%20Images/ImageB.png" ,
17
- "https://github.com/IvanMurzak/Unity-ImageLoader/raw/master /Test%20Images/ImageC.png"
15
+ "https://github.com/IvanMurzak/Unity-ImageLoader/raw/main /Test%20Images/ImageA.jpg" ,
16
+ "https://github.com/IvanMurzak/Unity-ImageLoader/raw/main /Test%20Images/ImageB.png" ,
17
+ "https://github.com/IvanMurzak/Unity-ImageLoader/raw/main /Test%20Images/ImageC.png"
18
18
} ;
19
19
public static string IncorrectImageURL => $ "https://doesntexist.com/{ Guid . NewGuid ( ) } .png";
20
20
public static IEnumerable < string > IncorrectImageURLs ( int count = 3 ) => Enumerable . Range ( 0 , count ) . Select ( _ => IncorrectImageURL ) ;
You can’t perform that action at this time.
0 commit comments