test(freshness_checksum): update test module description

This commit is contained in:
Weihang Lo 2024-10-02 13:30:23 -04:00
parent ad7d33d893
commit 9b17115534
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -1,4 +1,4 @@
//! Tests for fingerprinting (rebuild detection).
//! Tests for checksum-based fingerprinting (rebuild detection).
use std::fs::{self, OpenOptions};
use std::io;