···11MIT License
2233-Copyright (c) 2025 Patrick Dewey
33+Copyright (c) 2025 - 2026 Patrick Dewey
4455Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
···256256 if err != nil {
257257 t.Fatalf("ListNewSnapshots failed: %v", err)
258258 }
259259-259259+260260 t.Logf("Found %d snapshots", len(snapshots))
261261 for _, snap := range snapshots {
262262 t.Logf(" - Title: %s, Path: %s", snap.Title, snap.Path)
263263 }
264264-264264+265265 // Just verify it doesn't error - we can't make assumptions about which
266266 // snapshots exist since this depends on the test environment
267267 if err != nil {