mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2025-12-30 19:20:14 -06:00
fixed the tests
This commit is contained in:
@@ -23,7 +23,7 @@ public class TestDataContainer {
|
||||
}
|
||||
|
||||
public static FileUploadRequest getFileUploadRequest() {
|
||||
return new FileUploadRequest("Test description", false, "password123");
|
||||
return new FileUploadRequest("Test description", false, "password123", false);
|
||||
}
|
||||
|
||||
public static FileUploadRequest getEmptyFileUploadRequest() {
|
||||
|
||||
Reference in New Issue
Block a user