From d466d84be94d3a069168feacdd74ab16dacbe6bb Mon Sep 17 00:00:00 2001 From: Untoldwind Date: Fri, 27 May 2016 21:33:18 +0200 Subject: [PATCH] Made the intentional bug a bit harder to find (addresses #5) --- commands/example_circularqueue_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/example_circularqueue_test.go b/commands/example_circularqueue_test.go index e56056e..3e5aeb4 100644 --- a/commands/example_circularqueue_test.go +++ b/commands/example_circularqueue_test.go @@ -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