Skip to content

Commit

Permalink
VOXELCOLLECTION: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Nov 3, 2024
1 parent 7d22ce4 commit f81c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/voxelcollection/tests/DownloaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ TEST_F(DownloaderTest, testConvertTreeEntryToVoxelFileGitlab) {
ASSERT_EQ(voxelFile.name, "test.vox");
ASSERT_EQ(voxelFile.fullPath, "data/test.vox");
ASSERT_EQ(voxelFile.url, entry1.url);
ASSERT_EQ(voxelFile.licenseUrl, "https://gitlab.com/veloren/veloren/-/raw/master/LICENSE");
ASSERT_EQ(voxelFile.licenseUrl, "https://gitlab.com/vengi-voxel/vengi/-/raw/master/LICENSE");
}

} // namespace voxelcollection

0 comments on commit f81c1b2

Please sign in to comment.