Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Dec 10, 2024
1 parent d7bda60 commit 7b81ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/test/buildel/blocks/comment_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Buildel.Blocks.CommentTest do
test "exposes options" do
assert Comment.options() == %{
type: "comment",
description: "",
description: "Block for adding comments to the workflow",
inputs: [],
outputs: [],
schema: Comment.schema(),
Expand Down

0 comments on commit 7b81ad8

Please sign in to comment.