Skip to content

Commit

Permalink
fix: flakiness in sqlc test (#4235)
Browse files Browse the repository at this point in the history
fixes #4111
  • Loading branch information
worstell authored Jan 30, 2025
1 parent 8b44739 commit e551375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sqlc/sqlc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestAddQueriesToSchema(t *testing.T) {
break
}
}
schema.SortModuleDecls(actual)

expected := &schema.Module{
Name: "test",
Expand Down

0 comments on commit e551375

Please sign in to comment.