Skip to content

Commit

Permalink
Fix DASFeaturesControllerWIT's featuresURLGeneWithoutExpressions method
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 committed Mar 5, 2024
1 parent 880f13b commit d185dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void featuresURLGeneWithoutExpressions() throws Exception {
.andExpect(status().isOk())
.andExpect(view().name("das-features"))
.andExpect(model().attribute(
MODEL_ATTRIBUTE_NAMES[ThreadLocalRandom.current().nextInt(2, MODEL_ATTRIBUTE_NAMES.length)],
MODEL_ATTRIBUTE_NAMES[ThreadLocalRandom.current().nextInt(4, MODEL_ATTRIBUTE_NAMES.length)],
"Not studied or no differential expression found for this gene"));
}

Expand Down

0 comments on commit d185dff

Please sign in to comment.