Skip to content

Commit

Permalink
test(randomised-kurskal): update constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
anhgelus committed Jun 23, 2023
1 parent a323663 commit 664df06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generators/randomised_kruskal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func TestWallsRandomisedKruskal(t *testing.T) {
m, err := GenerateNewMaze(5, 5, 1, 0, NewRandomisedKruskal)
m, err := GenerateNewMaze(5, 5, 1, 0, 0, NewRandomisedKruskal)
if err != nil {
t.Error(err.Error())
return
Expand Down

0 comments on commit 664df06

Please sign in to comment.