Skip to content

Commit

Permalink
fix for bug #184
Browse files Browse the repository at this point in the history
  • Loading branch information
knihit committed May 19, 2021
1 parent 84b8547 commit e992baf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ test('When database and table are not provided', () => {
},
TableInput: {
Parameters: {
classication: "json"
classfication: "json"
},
StorageDescriptor: {
Columns: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Object {
},
"TableInput": Object {
"Parameters": Object {
"classication": "json",
"classification": "json",
},
"StorageDescriptor": Object {
"Columns": Array [
Expand Down Expand Up @@ -188,7 +188,7 @@ Object {
},
"TableInput": Object {
"Parameters": Object {
"classication": "json",
"classification": "json",
},
"StorageDescriptor": Object {
"Columns": Array [
Expand Down Expand Up @@ -645,7 +645,7 @@ Object {
},
"TableInput": Object {
"Parameters": Object {
"classication": "json",
"classification": "json",
},
"StorageDescriptor": Object {
"Columns": Array [
Expand Down Expand Up @@ -1117,7 +1117,7 @@ Object {
},
"TableInput": Object {
"Parameters": Object {
"classication": "json",
"classification": "json",
},
"StorageDescriptor": Object {
"Columns": Array [
Expand Down Expand Up @@ -1561,7 +1561,7 @@ Object {
},
"TableInput": Object {
"Parameters": Object {
"classication": "json",
"classification": "json",
},
"StorageDescriptor": Object {
"Columns": Array [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Object {
},
"TableInput": Object {
"Parameters": Object {
"classication": "json",
"classification": "json",
},
"StorageDescriptor": Object {
"Columns": Array [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ test('Create table', () => {
},
TableInput: {
Parameters: {
classication: "json"
classification: "json"
},
StorageDescriptor: {
Columns: [
Expand Down

0 comments on commit e992baf

Please sign in to comment.