Talon/tests/snapshots/tests__database__get_website_versions.snap
ThetaDev 8fc3d79abb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add compression for html pages
2023-03-03 19:16:47 +01:00

24 lines
530 B
Text

---
source: tests/tests.rs
expression: versions
---
[
(1, Version(
created_at: (2023, 49, 16, 30, 0, 0, 0, 0, 0),
data: {
"Deployed by": "https://github.com/Theta-Dev/Talon/actions/runs/1352014628",
"Version": "v0.1.0",
},
fallback: None,
spa: false,
)),
(2, Version(
created_at: (2023, 49, 16, 52, 0, 0, 0, 0, 0),
data: {
"Deployed by": "https://github.com/Theta-Dev/Talon/actions/runs/1354755231",
"Version": "v0.1.1",
},
fallback: None,
spa: false,
)),
]