Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Miauwkeru committed Sep 12, 2024
1 parent 1ed41cb commit 3cb44c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/filesystems/test_btrfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def test_stat_information_file_blocksize(sector_size: int, filesize: int, expect
assert stat_info.st_gid == 1000
assert stat_info.st_size == filesize


assert stat_info.st_atime == 0.0
assert stat_info.st_atime_ns == 0
assert stat_info.st_mtime == 0.0
Expand Down

0 comments on commit 3cb44c2

Please sign in to comment.