1
0
mirror of https://github.com/rclone/rclone.git synced 2025-04-02 20:45:32 +02:00
rclone/swiftsync_test.go

11 lines
119 B
Go
Raw Normal View History

// Tests for swiftsync
package main
import (
"testing"
)
func TestFIXME(t *testing.T) {
// FIXME test something!
}