Skip to content

Commit

Permalink
Attempts to fix tests on linux
Browse files Browse the repository at this point in the history
Work done for #196
  • Loading branch information
atruskie committed Mar 24, 2020
1 parent 2b65564 commit b5a43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AED.Test/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let GParrots_JB2_20090607_173000_wav_minute_3 =
let testAll f = Seq.iter f [BAC2_20071015_045040; GParrots_JB2_20090607_173000_wav_minute_3]

/// Sets the current directory to be the fictures folders where test resources are kept
let matlabPath = @"..\..\..\Fixtures\FSharp\"
let matlabPath = Path.Combine("..", "..", "..", "..", "Fixtures", "FSharp")

// when module opens, unzip asssets
do
Expand Down

0 comments on commit b5a43e8

Please sign in to comment.