Skip to content

Commit

Permalink
fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bzabek committed Dec 13, 2024
1 parent 31d7fe4 commit d41e2f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ private static Stream<Arguments> prepareData() {
}

/**
* Verify a scenario when structure is enriched with another field. Verifies that data type ok a
* column is not modified, when value is different or is not even presen in a next record.
* Verify a scenario when structure is enriched with another field. Verifies that data type of
* column is not modified, when value is different or is not even present in a next record.
*/
@Test
public void alterStructure_noSchema() throws Exception {
Expand Down

0 comments on commit d41e2f6

Please sign in to comment.