Skip to content

Commit

Permalink
comments resolved
Browse files Browse the repository at this point in the history
Signed-off-by: SudhanshuBawane <sudhanshu.bawane.ctr@sumologic.com>
  • Loading branch information
SudhanshuBawane committed Apr 9, 2024
1 parent 5441dbb commit fb8b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/boltdb_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func TestSuccessfulGetAsset(t *testing.T) {
if err != nil {
t.Logf("error creating the asset file as %v", err)
}
fi, err := tempAssetFile.Stat()
fi, _ := tempAssetFile.Stat()
if fi.Size() == 0 {
t.Log("asset.db got created corruptly")
err = os.RemoveAll(filepath.Join(tmpDir, a.Sha512))
Expand Down

0 comments on commit fb8b8a8

Please sign in to comment.