Skip to content

Commit b1159c7

Browse files
committed
feat: add at insert_on_update and select_for_update integrate test case
1 parent d55e6c7 commit b1159c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrate_test/at/insert/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919

2020
run:
21-
go run $(DIRECTORY)/main.go
21+
go run $(DIRECTORY)/main.go

integrate_test/at/select_for_update/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919

2020
run:
21-
go run $(DIRECTORY)/main.go
21+
go run $(DIRECTORY)/main.go

0 commit comments

Comments
 (0)