Commit 64f3f96d authored by jzhang's avatar jzhang

no message

parent c5ddf2a1
......@@ -84,11 +84,8 @@ class ViewModel {
let argument: [String: Any] = try! JSONSerialization.jsonObject(with: (call.arguments as! String).data(using: .utf8)!) as! [String: Any]
let status: String = argument["status"] as! String
if status == "incomplete" {
// strongSelf.showError(reasonText)
} else if status == "complete" {
if status == "complete" {
strongSelf.completeHandler?()
// strongSelf.toCompleteVC()
return
}
strongSelf.teachingEndHandler?()
......
......@@ -5,17 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000385">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000392">
</testcase>
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="1.940103">
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="2.089221">
</testcase>
<testcase classname="fastlane.lanes" name="2: gym" time="54.671155">
<testcase classname="fastlane.lanes" name="2: git_add" time="0.036385">
</testcase>
<testcase classname="fastlane.lanes" name="3: git_commit" time="0.5123">
</testcase>
<testcase classname="fastlane.lanes" name="4: gym" time="64.412318">
</testcase>
<testcase classname="fastlane.lanes" name="5: pgyer" time="30.54458">
</testcase>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment