Skip to content

Commit

Permalink
Fix example name
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmutant committed Jun 12, 2023
1 parent 3f13c8a commit 26f3bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_statemachine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func testQueue(t *rapid.T) {
}

// Rename to TestQueue(t *testing.T) to make an actual (failing) test.
func ExampleT_Run_queue() {
func ExampleT_Repeat_queue() {
var t *testing.T
rapid.Check(t, testQueue)
}

0 comments on commit 26f3bd5

Please sign in to comment.