Skip to content

Remove unused data getter from ResponseApdu#43

Merged
tomkp merged 1 commit intomasterfrom
fix/remove-unused-data-getter
Dec 28, 2025
Merged

Remove unused data getter from ResponseApdu#43
tomkp merged 1 commit intomasterfrom
fix/remove-unused-data-getter

Conversation

@tomkp
Copy link
Copy Markdown
Owner

@tomkp tomkp commented Dec 28, 2025

Summary

Removes the unused data getter from ResponseApdu. It was redundant with toString() and never tested.

Changes

  • Removes get data(): string from ResponseApdu class

Coverage

Achieves 100% test coverage across all source files.

Test plan

  • All 38 tests pass
  • Coverage is 100% for all files
  • ESLint and Prettier pass

Fixes #42

The data getter was redundant with toString() and never tested.
Removing it simplifies the API and achieves 100% test coverage.

Fixes #42
@tomkp tomkp merged commit 6123176 into master Dec 28, 2025
3 checks passed
@tomkp tomkp deleted the fix/remove-unused-data-getter branch December 28, 2025 17:10
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.

Remove unused data getter from ResponseApdu

1 participant