Skip to content

Commit 3b906c4

Browse files
committed
wip
1 parent 9dfafc0 commit 3b906c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/src/webhook-event-db.spec.db.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class WebhookEventDBSpec {
3232
await manager.clear(DBWebhookEvent);
3333
}
3434

35-
@test public async testSafeUpdate() {
35+
@test.only public async testSafeUpdate() {
3636
const event = await this.db.createEvent({
3737
rawEvent: "payload as string",
3838
status: "received",

0 commit comments

Comments
 (0)