Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Nov 6, 2023
1 parent e2f963a commit a2c1e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
obs = Observable(0)
obs2 = Observable(1)
y = Observable(0)
onany(obs, obs2; update=true) do x
onany(obs, obs2; update=true) do x, y
y[] += 1
end
@test y[] == 1
Expand Down

0 comments on commit a2c1e9f

Please sign in to comment.