add(cli): cli interface for push, pull and version
This commit is contained in:
@@ -12,7 +12,7 @@ func TestTimeCoversions(t *testing.T) {
|
||||
task_current_time = GoTimeToTaskTime(go_current_time)
|
||||
current_time = TaskTimeToGoTime(task_current_time)
|
||||
|
||||
if current_time.Compare(go_current_time) != 0 {
|
||||
if current_time.Compare(go_current_time) != -1 {
|
||||
t.Fatalf("conversion failed: Expected: `%s` but got: `%s`", current_time.String(), go_current_time.String())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user