File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/com/yetanalytics/conformance_test/clj Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
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)))))
Original file line number Diff line number Diff line change 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"
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)))))
You can’t perform that action at this time.
0 commit comments