Skip to content

Commit

Permalink
Now, tests should pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jun 3, 2020
1 parent 3c1e6e1 commit 09e7efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgetown-website/test/test_navbar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestNavbar < Minitest::Test
should "have a news link" do
link = @dom.css("nav .navbar-menu a")[2]

assert_equal "Newsss", link.text.strip
assert_equal "News", link.text.strip
end
end
end

0 comments on commit 09e7efc

Please sign in to comment.