Skip to content

Commit

Permalink
Use correct fixtures in system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
murdho committed Dec 29, 2024
1 parent d3035dc commit d3e36ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/system/entries_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class EntriesTest < ApplicationSystemTestCase
setup do
@entry = entries(:one)
@entry = entries(:bus_ticket)
end

test "visiting the index" do
Expand Down
2 changes: 1 addition & 1 deletion test/system/folders_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class FoldersTest < ApplicationSystemTestCase
setup do
@folder = folders(:one)
@folder = folders(:main)
end

test "visiting the index" do
Expand Down

0 comments on commit d3e36ad

Please sign in to comment.