Skip to content

Commit 0e1f04e

Browse files
updated test to reflect export change
1 parent f1fa677 commit 0e1f04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
@testset "odd_view, fourier_reverse!" begin
120120
a = [1 2 3;4 5 6;7 8 9;10 11 12]
121-
@test odd_view(a) == [4 5 6;7 8 9; 10 11 12]
121+
@test FourierTools.odd_view(a) == [4 5 6;7 8 9; 10 11 12]
122122
fourier_reverse!(a)
123123
@test a == [3 2 1;12 11 10;9 8 7;6 5 4]
124124
a = [1 2 3;4 5 6;7 8 9;10 11 12]

0 commit comments

Comments
 (0)