This commit is contained in:
Aiden McClelland
2023-03-17 14:42:32 -06:00
parent 9b88de656e
commit 1675570291

View File

@@ -294,7 +294,7 @@ mod tests {
Just(Version::V0_3_2_1(Wrapper(v0_3_2_1::Version::new()))),
Just(Version::V0_3_3(Wrapper(v0_3_3::Version::new()))),
Just(Version::V0_3_4(Wrapper(v0_3_4::Version::new()))),
Just(Version::V0_3_4(Wrapper(v0_3_4_1::Version::new()))),
Just(Version::V0_3_4_1(Wrapper(v0_3_4_1::Version::new()))),
em_version().prop_map(Version::Other),
]
}