Skip to content

Commit

Permalink
Turn off fiddler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear authored Jan 20, 2018
1 parent 2472958 commit 5795041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Davenport.Fsharp.Tests/Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let asyncMap (fn: 'a -> 'b) (task: Async<'a>) = async {
let tests =
let t = System.Environment.CommandLine
let debug = false
let fiddler = true
let fiddler = false
let client =
if fiddler then "localhost.fiddler:5984" else "localhost:5984"
|> database "davenport_net_fsharp"
Expand Down Expand Up @@ -415,4 +415,4 @@ let tests =
Expect.equal dateTime.Date expectedDate "Date should be equal"
Expect.equal decimal.Dec expectedDecimal "Decimal should be equal"
}
]
]

0 comments on commit 5795041

Please sign in to comment.