Skip to content

Commit

Permalink
Update tests after modifying fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
malchua committed Dec 12, 2024
1 parent bf00830 commit 510d9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ProjectShareActionsConcernTest < ActionDispatch::IntegrationTest
}, format: :turbo_stream })

assert_response :success
assert_equal 1,
assert_equal 2,
project_namespace.shared_with_group_links.of_ancestors_and_self.count
end

Expand Down
2 changes: 1 addition & 1 deletion test/models/group_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def setup
end

test 'total samples count should not include shared projects that are children of groups in shared groups' do
assert_equal 6, groups(:group_five).aggregated_samples_count
assert_equal 8, groups(:group_five).aggregated_samples_count
end

test 'update samples_count by sample transfer' do
Expand Down

0 comments on commit 510d9b1

Please sign in to comment.