Skip to content

Commit

Permalink
remove rogue test filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Nov 21, 2023
1 parent 9c31cf0 commit fe2d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smartcontracts/codeMetadata.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("CodeMetadata Class Tests", function() {
assert.isTrue(metadata.payableBySc);
});

it.only("should create from buffer correctly when some flags are set", function() {
it("should create from buffer correctly when some flags are set", function() {
const buffer = Buffer.from([CodeMetadata.ByteZero.Upgradeable, CodeMetadata.ByteOne.PayableBySc]);
const metadata = CodeMetadata.fromBuffer(buffer);

Expand Down

0 comments on commit fe2d060

Please sign in to comment.