Skip to content

Commit

Permalink
test tableDTO instead of tableDto
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeiglio committed Sep 5, 2024
1 parent bf6949f commit dccc193
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -869,8 +869,8 @@ class MetacatSmokeSpec extends Specification {

then:
tableDTO.getFields().size() == 4
tableDto.getPartition_keys().size() == 1
tableDto.getPartition_keys()[0] == "field1"
tableDTO.getPartition_keys().size() == 1
tableDTO.getPartition_keys()[0] == "field1"

cleanup:
api.deleteTable(catalogName, databaseName, tableName)
Expand Down

0 comments on commit dccc193

Please sign in to comment.