Skip to content
Snippets Groups Projects
Commit 5e8bda12 authored by Steven Murray's avatar Steven Murray
Browse files

Corrected ar.diskFileID within unit-test DataTransferSessionGooddayMigration

parent c1ed2132
No related branches found
No related tags found
No related merge requests found
......@@ -1260,7 +1260,7 @@ TEST_P(DataTransferSessionTest, DataTransferSessionGooddayMigration) {
ar.requester.name = requester.username;
ar.requester.group = "group";
ar.fileSize = 1000;
ar.diskFileID = "x";
ar.diskFileID = std::to_string(fseq);
ar.diskFileInfo.path = "y";
ar.diskFileInfo.owner = "z";
ar.diskFileInfo.group = "g";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment