Skip to content

Commit a0c970b

Browse files
committed
master branch 2.0.0 for clj sync/async
1 parent b2ca368 commit a0c970b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[mem-lrs.server :as server]
66
[io.pedestal.http :as http]))
77

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

1010
(deftest test-lrs-async
1111
(testing "clj/java async"
@@ -16,6 +16,6 @@
1616
"http://localhost:8080/xapi"
1717
"-b"
1818
"-z"
19-
"-x" "1.0.3")]
19+
"-x" "2.0.0")]
2020
(http/stop s)
2121
(is (true? ret)))))

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[mem-lrs.server :as server]
66
[io.pedestal.http :as http]))
77

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

1010
(deftest test-lrs-sync
1111
(testing "clj/java sync"
@@ -16,6 +16,6 @@
1616
"http://localhost:8080/xapi"
1717
"-b"
1818
"-z"
19-
"-x" "1.0.3")]
19+
"-x" "2.0.0")]
2020
(http/stop s)
2121
(is (true? ret)))))

0 commit comments

Comments
 (0)