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 3322a10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions teler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ 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()
Expand Down

0 comments on commit 3322a10

Please sign in to comment.