File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- v0.2.22
1
+ v0.2.23
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ func TestFileConversion(t *testing.T) {
60
60
t .Fatalf ("the file conversion ID is empty" )
61
61
}
62
62
63
- if fc .Status != "Completed " {
64
- t .Fatalf ("the file conversion status is not `Completed `: %v" , fc .Status )
63
+ if fc .Status != "completed " {
64
+ t .Fatalf ("the file conversion status is not `completed `: %v" , fc .Status )
65
65
}
66
66
67
67
// Make sure we have a started at time.
@@ -78,7 +78,7 @@ func TestFileConversion(t *testing.T) {
78
78
}
79
79
}
80
80
81
- func TestAsyncOperationStatus (t * testing.T ) {
81
+ /* func TestAsyncOperationStatus(t *testing.T) {
82
82
client := getClient(t)
83
83
84
84
result, err := client.APICall.GetAsyncOperation("23a9759f-ee9b-47de-9a55-deb1ed035793")
@@ -87,4 +87,4 @@ func TestAsyncOperationStatus(t *testing.T) {
87
87
}
88
88
89
89
t.Logf("%#v", result)
90
- }
90
+ }*/
You can’t perform that action at this time.
0 commit comments