summaryrefslogtreecommitdiff
path: root/t/tests/webcoso.t
diff options
context:
space:
mode:
Diffstat (limited to 't/tests/webcoso.t')
-rw-r--r--t/tests/webcoso.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tests/webcoso.t b/t/tests/webcoso.t
index 49e28ee..84d24fb 100644
--- a/t/tests/webcoso.t
+++ b/t/tests/webcoso.t
@@ -36,7 +36,7 @@ subtest {
my $put = $wc.put-file('two','document','en','txt',
'something');
- ok($put.abspath ~~ /two\/document\.en\.txt$/,
+ ok($put.path.IO.abspath ~~ /two\/document\.en\.txt$/,
'put-file works',
);