Skip to content

Commit

Permalink
change MCR symbol to MCS in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Dec 1, 2022
1 parent bcb6e20 commit e1220af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SoulboundCreditReport.test.ts
Expand Up @@ -56,7 +56,7 @@ describe("Soulbound Credit Score", () => {
it("should be able to get sbt information", async () => {
expect(await soulboundCreditScore.name()).to.equal("Masa Credit Score");

expect(await soulboundCreditScore.symbol()).to.equal("MCR");
expect(await soulboundCreditScore.symbol()).to.equal("MCS");
});
});

Expand Down

0 comments on commit e1220af

Please sign in to comment.