Skip to content

Commit

Permalink
Remove only from tests,
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Dec 5, 2022
1 parent 5fdf0ee commit 54ba8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/emulators/eventarcEmulatorUtils.spec.ts
Expand Up @@ -2,7 +2,7 @@ import { expect } from "chai";

import { cloudEventFromProtoToJson } from "../../emulator/eventarcEmulatorUtils";

describe.only("eventarcEmulatorUtils", () => {
describe("eventarcEmulatorUtils", () => {
describe("cloudEventFromProtoToJson", () => {
it("converts cloud event from proto format", () => {
expect(
Expand Down

0 comments on commit 54ba8c1

Please sign in to comment.