Skip to content

Commit afe3d24

Browse files
committed
rename
1 parent 2e6b120 commit afe3d24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: integration test
22

33
on:
44
pull_request:

integration-test/general.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe("tx test", () => {
7575
expect(queryUser2).not.toBeNull();
7676
});
7777

78-
test("tx rollback", async () => {
78+
test("test tx rollback", async () => {
7979
const createUser1 = prisma.user.create({
8080
data: {
8181
email: "tx_rollback1@pingcap.com",

0 commit comments

Comments
 (0)