We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d9a1a commit 4c64addCopy full SHA for 4c64add
1 file changed
js/closure/openlocationcode_test.js
@@ -79,8 +79,8 @@ testSuite({
79
const fields = lines[i].split(',');
80
const latDegrees = parseFloat(fields[0]);
81
const lngDegrees = parseFloat(fields[1]);
82
- const length = parseInt(fields[2], 10);
83
- const code = fields[3];
+ const length = parseInt(fields[4], 10);
+ const code = fields[5];
84
85
const got = OpenLocationCode.encode(latDegrees, lngDegrees, length);
86
// Did we get the same code?
0 commit comments