Skip to content

Commit

Permalink
Made the intentional bug a bit harder to find (addresses #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
untoldwind committed May 27, 2016
1 parent 5e61805 commit d466d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/example_circularqueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ var cbCommands = &commands.ProtoCommands{
// Put(-1509199920) Get Put(967212411) Size Get Put(578995532) Size Get Size
// Get]
//
// Though this is not the minimal possible combination of arguments, its already
// quiet close.
// Though this is not the minimal possible combination of command, its already
// pretty close.
func Example_circularqueue() {
parameters := gopter.DefaultTestParameters()
parameters.Rng.Seed(1234) // Just for this example to generate reproducable results
Expand Down

0 comments on commit d466d84

Please sign in to comment.