diff --git a/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js b/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js
index 104649ece763095efed44f6ce99f041278a7c86b..fd547383a585b66e1499485342783dc0ebbdbb8b 100644
--- a/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js
+++ b/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js
@@ -5,7 +5,7 @@
 esid: sec-Intl.RelativeTimeFormat.prototype.resolvedOptions
 description: Verifies the branding check for the "resolvedOptions" function of the RelativeTimeFormat prototype object.
 info: |
-    Intl.RelativeTimeFormat.prototype.resolvedOptions( value, unit )
+    Intl.RelativeTimeFormat.prototype.resolvedOptions ()
 
     2. If Type(relativeTimeFormat) is not Object or relativeTimeFormat does not have an [[InitializedRelativeTimeFormat]] internal slot whose value is true, throw a TypeError exception.
 features: [Intl.RelativeTimeFormat]