added semi-vfs API to log more output
[cloudstore.git] / t / JSON.t
index 04fae96..4ff3f72 100755 (executable)
--- a/t/JSON.t
+++ b/t/JSON.t
@@ -2,13 +2,15 @@
 use strict;
 use warnings;
 
-use Test::More tests => 2;
+use Test::More tests => 3;
 use Data::Dump qw(dump);
 
 use lib 'lib';
 
 use_ok 'CloudStore::JSON';
 
+ok( CloudStore::JSON::remove_path("users/test"), 'remove test users data' );
+
 ok my $r = CloudStore::JSON::rsync_transfer(
 {
   file       => "dir-test/bar",