Skip to content

Commit

Permalink
Update ecosystem/models/test_results.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
frankharkins and Eric-Arellano authored Jul 26, 2023
1 parent 04ef375 commit 341b64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecosystem/models/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class TestResult(JsonSerializable):
package_version: str
logs_link: str | None = None
package_commit_hash: str | None = None
terra_version: str = None
timestamp: float = None
terra_version: str | None = None
timestamp: float | None = None

def __post_init__(self):
self.terra_version = self.package_version
Expand Down

0 comments on commit 341b64a

Please sign in to comment.