Skip to content

Commit 27de995

Browse files
syed-gilanibsipocz
authored andcommitted
fixed a failing test
1 parent 975ae1a commit 27de995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _json_to_table(json_obj, data_key='data'):
6161
ignore_value = "" if (ignore_value is None) else ignore_value
6262
elif col_type == "boolean" or col_type == "binary":
6363
col_type = "bool"
64-
elif col_type == "unsignedByte":
64+
elif col_type == "unsignedbyte":
6565
col_type = np.ubyte
6666
elif (col_type == "int" or col_type == "short" or col_type == "long" or col_type == "number"
6767
or col_type == 'integer'):

0 commit comments

Comments
 (0)