Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 2, 2021
1 parent dc3322b commit e8133ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/workflow/step.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Step } from "./../../src/workflow/step";

describe("test", () => {
describe("step", () => {
test("create", () => {
const step = new Step({
id: "stepid",
Expand Down

0 comments on commit e8133ee

Please sign in to comment.