Skip to content

Commit 463b8c1

Browse files
committed
Fix test names
1 parent 482aebd commit 463b8c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ jobs:
157157
name: Verify tests ran with startup options
158158
command: |
159159
set -e
160-
grep StartupTest console.log
161-
grep FirstTest console.log
162-
grep simpleTest console.log
160+
grep mytest console.log
161+
grep TaggedTest console.log
162+
grep filtertest console.log
163163
rm console.log
164164
shell: bash
165165
- run:

0 commit comments

Comments
 (0)