chore: remove mention of TRUSTED_TESTERS.md (#383)

This commit is contained in:
Eric Seidel
2023-04-26 21:49:46 -04:00
committed by GitHub
parent 35d9df60a0
commit bc8312845b
2 changed files with 3 additions and 3 deletions
@@ -31,7 +31,7 @@ patches to your apps.
The subscription costs \$20 USD per month per user and is billed through Stripe.
Visit ${styleUnderlined.wrap(lightCyan.wrap('https://github.com/shorebirdtech/shorebird/blob/main/TRUSTED_TESTERS.md'))} for more details.''';
Visit ${styleUnderlined.wrap(lightCyan.wrap('https://shorebird.dev'))} for more details.''';
@override
Future<int> run() async {
@@ -64,10 +64,10 @@ void main() {
expect(subscribeAccountCommand.description, isNotEmpty);
});
test('summary has price and link to trusted testers doc', () {
test('summary has price and link to shorebird.dev', () {
expect(
subscribeAccountCommand.summary,
stringContainsInOrder([r'$20', 'TRUSTED_TESTERS.md']),
stringContainsInOrder([r'$20', 'shorebird.dev']),
);
});