diff --git a/test/intl402/ListFormat/constructor/constructor/options-order.js b/test/intl402/ListFormat/constructor/constructor/options-order.js
index 1e7f6e26556ca0d3258bc88e49a7a83d97eff69a..55486d223409cd0584754be52a5e301e16536e07 100644
--- a/test/intl402/ListFormat/constructor/constructor/options-order.js
+++ b/test/intl402/ListFormat/constructor/constructor/options-order.js
@@ -48,10 +48,10 @@ new Intl.ListFormat([], {
 });
 
 assert.compareArray(callOrder, [
+  "localeMatcher",
+  "localeMatcher toString",
   "type",
   "type toString",
   "style",
   "style toString",
-  "localeMatcher",
-  "localeMatcher toString",
 ]);