Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Feb 14, 2024
1 parent 1872293 commit 47c8735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/genotypes_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class GenotypesControllerTest < ActionController::TestCase
Preparsing.expects(:perform_async)
FileUtils.cp("#{Rails.root}/testdata/testdatensatz1_23andme.txt",
"#{Rails.root}/test/fixtures")
genotype_file = fixture_file_upload('testdatensatz1_23andme.txt')
genotype_file = fixture_file_upload('../testdatensatz1_23andme.txt')
genotype_file.content_type = 'text/plain'
assert_difference 'UserAchievement.count' do
assert_difference 'Genotype.count' do
Expand Down

0 comments on commit 47c8735

Please sign in to comment.