Skip to content

Move Should-BeHashtable -Actual to Position 0 - #2943

Merged
nohwnd merged 1 commit into
mainfrom
fix-2942-hashtable-actual-position
Jul 31, 2026
Merged

Move Should-BeHashtable -Actual to Position 0#2943
nohwnd merged 1 commit into
mainfrom
fix-2942-hashtable-actual-position

Conversation

@nohwnd

@nohwnd nohwnd commented Jul 31, 2026

Copy link
Copy Markdown
Member

Fix #2942

Should-BeHashtable is a single-subject assertion, but -Actual was at Position = 1 instead of Position = 0, the same inconsistency #2933 fixed for the other single-subject assertions. Moved it to Position = 0.

Caught by the new convention tests in #2941, which allow-list it for now. That allow-list entry can be removed once this lands.

🤖

@nohwnd nohwnd added this to the 6.1.0 milestone Jul 31, 2026
@nohwnd
nohwnd merged commit d16bda3 into main Jul 31, 2026
13 checks passed
@nohwnd
nohwnd deleted the fix-2942-hashtable-actual-position branch July 31, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should-BeHashtable -Actual is at Position 1, should be Position 0

1 participant