Skip to content

Commit

Permalink
Fix flag in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 17, 2024
1 parent 37abd13 commit 465b5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nextmv/golden/python-nextroute/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestGolden(t *testing.T) {
"-solve_parallelruns", "1",
"-solve_iterations", "50",
"-solve_rundeterministically", "true",
"-solve.startsolutions", "1",
"-solve_startsolutions", "1",
},
TransientFields: []golden.TransientField{
{Key: "$.version.sdk", Replacement: golden.StableVersion},
Expand Down

0 comments on commit 465b5d2

Please sign in to comment.