Skip to content

Commit 378571c

Browse files
author
Cory Leach
committed
Fix to CanGetFilesWithExtension test
1 parent d42e51a commit 378571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Editor/SaveLoadUtilityTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void CanGetFilesWithExtension()
105105

106106
SaveLoadUtility.Save(testSave,serializationMethod,filename,folder);
107107

108-
var files = SaveLoadUtility.GetSavedFiles(folder,"sav");
108+
var files = SaveLoadUtility.GetSavedFiles(folder,null, "sav");
109109
Assert.IsTrue(files.Length == 1);
110110

111111
//Files should contain a list of names that exactly match the file name used

0 commit comments

Comments
 (0)