Skip to content

Commit 3bc7694

Browse files
fix
1 parent 281b60e commit 3bc7694

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@testset "Base" begin
22
@testset "RefValue" begin
33
x = Ref(1)
4-
p, re = functor(x)
4+
p, re = Functors.functor(x)
55
@test p == (x = 1,)
66
@test re(p) isa Base.RefValue{Int}
77
end

test/basics.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Functors, Test
2-
31
struct Foo
42
x
53
y

0 commit comments

Comments
 (0)