diff --git a/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js b/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js
index f876732792af008a02c054e2dd58dc58b38b297a..15d4cbbab8b90e8cf67799a1469950a3cb3c1264 100644
--- a/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js
+++ b/test/built-ins/BigInt/prototype/toString/string-is-code-units-of-decimal-digits-only.js
@@ -5,7 +5,6 @@
 esid: sec-tostring-applied-to-the-bigint-type
 description: BigInt .toString() returns only decimal digits, does not include BigIntLiteralSuffix
 info: |
-
   ToString Applied to the BigInt Type
 
     The abstract operation ToString converts a BigInt i to String format as follows: