Skip to content

Commit da10c20

Browse files
committed
same for cljs
1 parent a0c970b commit da10c20

File tree

1 file changed

+2
-2
lines changed
  • src/test/com/yetanalytics/conformance_test

1 file changed

+2
-2
lines changed

src/test/com/yetanalytics/conformance_test/cljs.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{:type ::cljs-lrs-start-error
4343
:ret ret})))))
4444

45-
(use-fixtures :once #(runner/test-suite-fixture % :branch "LRS-2.0"))
45+
(use-fixtures :once #(runner/test-suite-fixture % :branch "master"))
4646

4747
(deftest test-cljs-lrs
4848
(testing "cljs/javascript async"
@@ -52,6 +52,6 @@
5252
"http://localhost:8080/xapi"
5353
"-b"
5454
"-z"
55-
"-x" "1.0.3")]
55+
"-x" "2.0.0")]
5656
(stop-fn)
5757
(is (true? ret)))))

0 commit comments

Comments
 (0)