Skip to content

Commit

Permalink
new check
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 28, 2024
1 parent 7e8252f commit 1852490
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { jumpToSession, jumpSessions } from "util/block";
import { paraIdTank } from "util/payment";

describeSuite({
id: "DTR1701",
id: "DTR0902",
title: "Services payment test suite",
foundationMethods: "dev",
testCases: ({ it, context }) => {
Expand Down Expand Up @@ -88,6 +88,10 @@ describeSuite({
expect(credits1, "container chain 2000 created a block without burning any credits").toBeGreaterThan(
credits2
);

expect(credits1 - credits2, "container chain 2000 created a block without burning any credits").to.be.eq(
containerBlockNum2 - containerBlockNum1
);
},
});

Expand Down

0 comments on commit 1852490

Please sign in to comment.