Skip to content

Commit

Permalink
added .0 to double format test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisszmundy committed Jul 5, 2024
1 parent 9e420bd commit bec49dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Feature: Do we save number format correctly ?
Then Step 7 : We check that id "<SurveyUnitId>" has value "<ExpectedValue>" for variable "<VariableName>" in table "<TableName>"
Examples:
|Directory |SurveyUnitId |ExpectedValue |VariableName |TableName |
|SAMPLETEST-DATAONLY-v1 |0000005 |19800340 |T_NPIECES |RACINE |
|SAMPLETEST-DATAONLY-v1 |0000005 |19800340.0 |T_NPIECES |RACINE |

0 comments on commit bec49dd

Please sign in to comment.