Skip to content

Commit

Permalink
fixup! Do not export find_intersections
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored and haberdashPI committed May 20, 2022
1 parent c780644 commit 6115225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ using InvertedIndices
using Random
using StableRNGs

using Intervals: TrackEachEndpoint, TrackLeftOpen, TrackRightOpen, endpoint_tracking
using Intervals: TrackEachEndpoint, TrackLeftOpen, TrackRightOpen, endpoint_tracking,
find_intersections

@testset "Endpoint Tracking" begin
@test endpoint_tracking(
Expand Down

0 comments on commit 6115225

Please sign in to comment.