aboutsummaryrefslogtreecommitdiff
path: root/fs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'fs_test.go')
-rw-r--r--fs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_test.go b/fs_test.go
index 12cf8a9..572fafe 100644
--- a/fs_test.go
+++ b/fs_test.go
@@ -18,7 +18,7 @@ type TestLogger struct {
t *testing.T
}
-func (t TestLogger) Printf(format string, args ...interface{}) {
+func (t TestLogger) Printf(format string, args ...any) {
t.t.Logf(format, args...)
}