1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Refactore FileDataStore into its own file

This commit is contained in:
James Hillyerd
2012-10-25 22:33:50 -07:00
parent d8d0d1b4ff
commit 57d3b198b2
3 changed files with 346 additions and 340 deletions

View File

@@ -8,7 +8,7 @@ import (
"time"
)
func TestSometing(t *testing.T) {
func TestRetentionScanner(t *testing.T) {
// Create mock objects
mds := &MockDataStore{}