Skip to content

Conversation

petertonysmith94
Copy link
Contributor

@petertonysmith94 petertonysmith94 commented Aug 10, 2024

Release notes

In this release, we:

  • Renamed testing class AssetId to TestAssetId

Breaking Changes

Renamed testing class AssetId to TestAssetId.

// before
import { AssetId } from 'fuels/test-utils';

const [assetA] = AssetId.random();
// after
import { TestAssetId } from 'fuels/test-utils';

const [assetA] = TestAssetId.random();

Checklist

  • I addedtests to prove my changes
  • I updated — all the necessary docs
  • I reviewed — the entire PR myself, using the GitHub UI
  • I described — all breaking changes and the Migration Guide

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.76%(+0%) 72.12%(+0%) 77.73%(+0%) 79.9%(+0%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
✨ packages/account/src/test-utils/test-asset-id.ts 100%
(+100%)
100%
(+100%)
100%
(+100%)
100%
(+100%)

@petertonysmith94 petertonysmith94 merged commit 25efc03 into master Aug 12, 2024
20 checks passed
@petertonysmith94 petertonysmith94 deleted the ps/chore/renamed-asset-id-to-test-asset-id branch August 12, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renamed AssetId to TestAssetId
4 participants