Skip to content

Comments

refactor: fn sample_store is duplicated in many tests#1238

Merged
KolbyML merged 6 commits intoReamLabs:masterfrom
shariqnaiyer:fix/shariqnaiyer/https
Feb 23, 2026
Merged

refactor: fn sample_store is duplicated in many tests#1238
KolbyML merged 6 commits intoReamLabs:masterfrom
shariqnaiyer:fix/shariqnaiyer/https

Conversation

@shariqnaiyer
Copy link
Contributor

What was wrong?

Every set of tests we implement from the spec initialize this function separately and it is going to be used in many other places when we bring tests over. I copy pasting the function is bloat.

How was it fixed?

Deduplicate to a test utils module in store.rs

To-Do

@shariqnaiyer shariqnaiyer changed the title refactor: fn sample_store is duplicated in all tests refactor: fn sample_store is duplicated in many tests Feb 22, 2026
Copy link
Contributor

@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the changes

@KolbyML KolbyML enabled auto-merge February 23, 2026 01:20
Copy link
Contributor

@Kayden-ML Kayden-ML left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@KolbyML KolbyML disabled auto-merge February 23, 2026 02:04
@KolbyML KolbyML merged commit a59ec3d into ReamLabs:master Feb 23, 2026
23 of 26 checks passed
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.

3 participants