diff options
Diffstat (limited to 'tests/challenge_motes.rs')
-rw-r--r-- | tests/challenge_motes.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/challenge_motes.rs b/tests/challenge_motes.rs index f07eee1..ff5b21d 100644 --- a/tests/challenge_motes.rs +++ b/tests/challenge_motes.rs @@ -39,7 +39,10 @@ test!(test_sabir_cm, "logs/cms/sabir.zevtc"); test!(test_qadimp_cm, "logs/cms/qadimp.zevtc"); test!(test_skorvald_cm, "logs/skorvald-20200427.zevtc"); -test!(test_skorvald_cm_post_sunqua_patch, "logs/skorvald-20200920.zevtc"); +test!( + test_skorvald_cm_post_sunqua_patch, + "logs/skorvald-20200920.zevtc" +); test!(test_artsariiv_cm, "logs/artsariiv-20200427.zevtc"); test!(test_arkk_cm, "logs/arkk-20200427.zevtc"); |