Skip to content

Commit

Permalink
test(teler): rm datasets IsUpdated checks expr
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Feb 27, 2024
1 parent 4d5f3dc commit 749ecc9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions teler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,12 @@ some=body`
func init() {
homeDir, _ = os.UserHomeDir()

updated, err := threat.IsUpdated()
if err != nil {
_ = threat.Get()
}

verified, err := threat.Verify()
if err != nil {
_ = threat.Get()
}

if !updated && !verified {
if !verified {
_ = threat.Get()
}
}
Expand Down

0 comments on commit 749ecc9

Please sign in to comment.