Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu authored and wcchang1115 committed Nov 22, 2024
1 parent 1148d34 commit c0e3b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recce/adapter/dbt_adapter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def _parse_difference(include, exclude):
package_spec = SelectionUnion([_parse_difference([f'package:{p}'], None) for p in packages])
specs.append(package_spec)
if view_mode and view_mode == 'changed_models':
specs.append(parse_difference(['1+state:modified+'], None))
specs.append(_parse_difference(['1+state:modified+'], None))
spec = SelectionIntersection(specs)

manifest = Manifest()
Expand Down

0 comments on commit c0e3b0d

Please sign in to comment.