Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 30, 2023
1 parent a140b75 commit 2b46384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nilearn/glm/tests/test_dmtx.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def test_design_matrix_repeated_name_in_user_regressors(rng, frame_times):
hrf_model = "glover"
ax = rng.standard_normal(size=(len(frame_times), 4))
with pytest.raises(
ValueError, match="'Design matrix columns do not have unique names"
ValueError, match="Design matrix columns do not have unique names"
):
design_matrix_light(
frame_times,
Expand Down

0 comments on commit 2b46384

Please sign in to comment.