Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Feb 1, 2023
1 parent ab03e2a commit 7784ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/app/NFToken_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5271,7 +5271,7 @@ class NFToken_test : public beast::unit_test::suite
env.close();

// The new NFT minted has the same ID as one of the NFTs
// before authorized minter minted for alice
// authorized minter minted for alice
BEAST_EXPECT(
std::find(nftIDs.begin(), nftIDs.end(), remintNftokenID) !=
nftIDs.end());
Expand Down

0 comments on commit 7784ff4

Please sign in to comment.