Commit b93e006
committed
Fix duplicate macro test assertions to match dbt-adapters error message
The DuplicateMacroInPackageError in dbt-adapters uses "dbt found
multiple macros named" but the tests still asserted the old wording
"dbt found two macros named". Update assertions to match.
Relates to #10387
https://claude.ai/code/session_014vwk3tJhceD1QrNWL652Qn1 parent c8ddc4d commit b93e006
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments