Commit 6640751
committed
Treat null as zero for session durations
If a session has a null duration, treat it as zero to fix deserialization exception.1 parent 024929f commit 6640751
File tree
2 files changed
+2
-2
lines changed- src/MartinCostello.BrowserStack.Automate
- tests/MartinCostello.BrowserStack.Automate.Tests
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
981 | | - | |
| 981 | + | |
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
| |||
0 commit comments