We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c970b commit da10c20Copy full SHA for da10c20
src/test/com/yetanalytics/conformance_test/cljs.clj
@@ -42,7 +42,7 @@
42
{:type ::cljs-lrs-start-error
43
:ret ret})))))
44
45
-(use-fixtures :once #(runner/test-suite-fixture % :branch "LRS-2.0"))
+(use-fixtures :once #(runner/test-suite-fixture % :branch "master"))
46
47
(deftest test-cljs-lrs
48
(testing "cljs/javascript async"
@@ -52,6 +52,6 @@
52
"http://localhost:8080/xapi"
53
"-b"
54
"-z"
55
- "-x" "1.0.3")]
+ "-x" "2.0.0")]
56
(stop-fn)
57
(is (true? ret)))))
0 commit comments