Skip to content

Commit c24c463

Browse files
committed
updated test
1 parent 141fcd1 commit c24c463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/test/admin/api_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ void main() {
526526
final inviteAuditRecord = records1.records
527527
.firstWhere((e) => e.kind == AuditLogRecordKind.uploaderInvited);
528528
expect(inviteAuditRecord.summary,
529-
'`admin@pub.dev` invited `someuser@pub.dev` to be an uploader for package `oxygen`.');
529+
'`support@pub.dev` invited `someuser@pub.dev` to be an uploader for package `oxygen`.');
530530

531531
final consentRow = await dbService.query<Consent>().run().single;
532532
expect(consentRow.args, ['oxygen']);

app/test/admin/api_tool_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void main() {
9797
final r = page.records.firstWhere(
9898
(e) => e.kind == AuditLogRecordKind.publisherMemberInvited);
9999
expect(r.summary,
100-
'`admin@pub.dev` invited `newmember@pub.dev` to be a member for publisher `example.com`.');
100+
'`support@pub.dev` invited `newmember@pub.dev` to be a member for publisher `example.com`.');
101101

102102
late String consentId;
103103
await withFakeAuthRequestContext(

0 commit comments

Comments
 (0)