test dump v5

This commit is contained in:
ad hoc 2022-06-09 18:08:26 +02:00
parent c3003065e8
commit 1425d62a31
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
4 changed files with 82 additions and 5 deletions

View file

@ -18,6 +18,8 @@ pub enum GetDump {
MoviesRawV4,
MoviesWithSettingsV4,
RubyGemsWithSettingsV4,
TestV5,
}
impl GetDump {
@ -63,6 +65,9 @@ impl GetDump {
GetDump::RubyGemsWithSettingsV4 => {
exist_relative_path!("tests/assets/v4_v0.25.2_rubygems_with_settings.dump").into()
}
GetDump::TestV5 => {
exist_relative_path!("tests/assets/v5_v0.28.0_test_dump.dump").into()
}
}
}
}