Skip to content

Commit

Permalink
typo (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas-nbw committed Feb 28, 2024
1 parent b2effc0 commit ffeabe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quantum/scheduler_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ defmodule Quantum.SchedulerTest do
end

@tag schedulers: [Scheduler]
test "adding a named {m, f, a} jpb at run time" do
test "adding a named {m, f, a} job at run time" do
spec = ~e[1 * * * *]
task = {IO, :puts, ["Tick"]}

Expand Down

0 comments on commit ffeabe3

Please sign in to comment.