Skip to content

Commit fe2793e

Browse files
committed
Fix typo
1 parent 06f8b91 commit fe2793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/AbstractFFTsTestUtilsExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const TEST_CASES = (
5555
function _adjoint_test(P, x; real_plan=false)
5656
y = rand(eltype(P * x), size(P * x))
5757
# test basic properties
58-
@test_broken eltype(P') === typeof(y) # (AbstactFFTs.jl#110)
58+
@test_broken eltype(P') === typeof(y) # (AbstractFFTs.jl#110)
5959
@test fftdims(P') == fftdims(P)
6060
@test (P')' === P # test adjoint of adjoint
6161
@test size(P') == AbstractFFTs.output_size(P) # test size of adjoint

0 commit comments

Comments
 (0)