Skip to content

Commit

Permalink
#2986: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ewolf47 committed Nov 28, 2023
1 parent a084e3c commit f1f6920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private Product createProduct(String dataAcquisitionProjectId) {
dataPackage.setId("stu-" + dataAcquisitionProjectId + "$");
I18nString title = new I18nString("test", "test");
dataPackage.setTitle(title);
return new Product(dataAcquisitionProjectId, dataPackage, dataPackage, null,
return new Product(dataAcquisitionProjectId, dataPackage, null,
"remote-desktop-suf", "1.0.0", Set.of(DataFormat.R));
}
}

0 comments on commit f1f6920

Please sign in to comment.