Skip to content

Commit f90a8f0

Browse files
Krinklejdforrester
authored andcommitted
test: Update test spec to 2.0.0
1 parent 8aabe24 commit f90a8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suites/CSSJanusTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testTransform($input, $args, $output, $name) {
5959
protected static function getSpec() {
6060
static $json;
6161
if ($json == null) {
62-
$version = '1.3.2';
62+
$version = '2.0.0';
6363
$dir = dirname(__DIR__);
6464
$file = "$dir/data-v$version.json";
6565
if (!is_readable($file)) {

0 commit comments

Comments
 (0)