修复 ocr 错误
This commit is contained in:
@@ -33,7 +33,7 @@ func setupConversationTestDB(t *testing.T) *gorm.DB {
|
||||
|
||||
func TestFindOrderConversationPrefersListingGroup(t *testing.T) {
|
||||
db := setupConversationTestDB(t)
|
||||
repo := NewRepository(db, nil)
|
||||
repo := NewRepository(db, nil, nil)
|
||||
now := time.Date(2026, 6, 18, 12, 0, 0, 0, time.UTC)
|
||||
|
||||
owner := model.User{Phone: "13800001001", Nickname: "号主"}
|
||||
@@ -96,7 +96,7 @@ func TestFindOrderConversationPrefersListingGroup(t *testing.T) {
|
||||
|
||||
func TestFindOrderConversationFallsBackToOrderGroup(t *testing.T) {
|
||||
db := setupConversationTestDB(t)
|
||||
repo := NewRepository(db, nil)
|
||||
repo := NewRepository(db, nil, nil)
|
||||
now := time.Date(2026, 6, 18, 12, 0, 0, 0, time.UTC)
|
||||
|
||||
owner := model.User{Phone: "13800001003", Nickname: "号主"}
|
||||
|
||||
Reference in New Issue
Block a user