Skip to content

Commit f4facd6

Browse files
committed
test(e2e): wording
1 parent 992f543 commit f4facd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature-runner/steps/historicalData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const queryTimestream =
3939
tsISO: Type.String(),
4040
}),
4141
)(
42-
/^I query Timestream for the device `(?<deviceId>[^`]+)` and the dimension `(?<dimension>[^`]+)` with the value `(?<value>[^`]+)` from `(?<tsISO>[^`]+)`$/,
42+
/^I query Timestream for the device `(?<deviceId>[^`]+)` and the dimension `(?<dimension>[^`]+)` with the value `(?<value>[^`]+)` starting at `(?<tsISO>[^`]+)`$/,
4343
step.title,
4444
)
4545
if (match === null) return noMatch

0 commit comments

Comments
 (0)