Skip to content

Commit 6c72066

Browse files
committed
fix tests
Signed-off-by: Jess Frazelle <[email protected]>
1 parent fc80f9b commit 6c72066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestFileConversion(t *testing.T) {
7878
}
7979
}
8080

81-
/*func TestAsyncOperationStatus(t *testing.T) {
81+
func TestAsyncOperationStatus(t *testing.T) {
8282
client := getClient(t)
8383

8484
result, err := client.APICall.GetAsyncOperation("23a9759f-ee9b-47de-9a55-deb1ed035793")
@@ -87,4 +87,4 @@ func TestFileConversion(t *testing.T) {
8787
}
8888

8989
t.Logf("%#v", result)
90-
}*/
90+
}

0 commit comments

Comments
 (0)