Format apply

This commit is contained in:
Mahmut Bulut 2020-03-08 13:09:24 +01:00
parent b2eb74fed7
commit 1021b99071
1 changed files with 4 additions and 2 deletions

View File

@ -26,14 +26,16 @@ fn chaos_tests() {
.into_os_string()
.into_string()
.unwrap()
.contains("base") // Filter out common code as test
.contains("base")
// Filter out common code as test
{
if path
.clone()
.into_os_string()
.into_string()
.unwrap()
.contains("chaotic") // Chaotic test rather than availability
.contains("chaotic")
// Chaotic test rather than availability
{
// Let's have 5 varying runs.
let run_count = 5;