Skip to content

Commit

Permalink
adapt spec expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Feb 14, 2025
1 parent a752a3f commit 33be539
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
end

describe "default_operator" do
it "is 'on'" do
it "is 'today'" do
expect(instance.default_operator)
.to eql Queries::Operators::OnDate
.to eql Queries::Operators::Today
end
end

Expand Down

0 comments on commit 33be539

Please sign in to comment.