diff --git a/charming/tests/dz_test.rs b/charming/tests/dz_test.rs index f3bae32..493da3a 100644 --- a/charming/tests/dz_test.rs +++ b/charming/tests/dz_test.rs @@ -35,10 +35,10 @@ mod tests { // Call the macro let dz_out = dz!( - [44056, 13334], - [81.8, 76.9], - [23968973, 1376048943], - ["Australia", "China"], + [44056, 13334], + [81.8, 76.9], + [23968973, 1376048943], + ["Australia", "China"], [2015, 2015] );