Skip to content

Commit

Permalink
Revert "Fix test example"
Browse files Browse the repository at this point in the history
This reverts commit 703755e.
  • Loading branch information
pioz committed Sep 23, 2022
1 parent 4100b20 commit 150a478
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions number_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ func ExampleFloat64InRange() {
fmt.Println(faker.Float64InRange(10, 20))
fmt.Println(faker.Float64InRange(-20, -10))
fmt.Println(faker.Float64InRange(-20, -30))
// Output:
// 18.120965248489757
// Output: 18.120965248489753
// -14.513652135502497
// -20
}
Expand Down

0 comments on commit 150a478

Please sign in to comment.