Skip to content

Commit

Permalink
[gms-984][chore] renaming contracts and fixing tests (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonzwli authored Aug 23, 2023
1 parent 829cae8 commit 44821b2
Show file tree
Hide file tree
Showing 12 changed files with 7,669 additions and 5,380 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'npm'
- name: Install NPM Dependencies
run: npm ci
- name: Run Tests
Expand All @@ -32,7 +31,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'npm'
- name: Install NPM Dependencies
run: npm ci
- name: Run eslint
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ git checkout -b <your-branch-name>
npm test
```

7. Add and commit your changes, including a comprehensive commit message summarising your changes, then push changes to your fork. (e.g. Fixed formatting issue with ImmutableERC721Simple.sol)
7. Add and commit your changes, including a comprehensive commit message summarising your changes, then push changes to your fork. (e.g. Fixed formatting issue with ImmutableERC721MintByID.sol)

```
git add *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "../abstract/ImmutableERC721Base.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol";
import "@openzeppelin/contracts/token/common/ERC2981.sol";

contract ImmutableERC721Simple is ImmutableERC721Base {
contract ImmutableERC721MintByID is ImmutableERC721Base {
/// ===== Constructor =====

/**
Expand Down
Loading

0 comments on commit 44821b2

Please sign in to comment.