Skip to content

Commit

Permalink
Backend.Tests: yet another ex marshalling tweak
Browse files Browse the repository at this point in the history
After trying this better hack[1] to emulate macOS&windows build
agents without 'dotnet' (v6), master branch of geewallet started
complaining about this marshalling difference, which again we
don't care about, so we tweak it to stop complaining.

[1] nblockchain/fsx@b33db81
  • Loading branch information
knocte committed Jan 20, 2023
1 parent 24cd805 commit d3d9c77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GWallet.Backend.Tests/MarshallingData.fs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ module MarshallingData =
let tweakedEndOfStackTrace =
endOfStackTrace
.Replace(":line 42", ":41 ")
.Replace(":line 41", ":41 ")
.Replace(":line 65", ":64 ")
.Replace(":line 64", ":64 ")
stackTraceJToken.Replace (tweakedEndOfStackTrace |> JToken.op_Implicit)

let binaryFormToken = jsonEx.SelectToken fullBinaryFormPath
Expand Down

0 comments on commit d3d9c77

Please sign in to comment.