Skip to content

Commit

Permalink
test rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Nov 15, 2024
1 parent b23a342 commit 4c3a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/summary/test_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_set_project_information_section(self, project: Project) -> None:
== '\n<tr>\n <td><h3>Project information</h3></td>\n</tr>\n\n<tr></tr>\n\n<tr>\n <th>Title</th>\n <th>Example Project</th>\n</tr>\n<tr>\n <td>Description</td>\n <td>reflectometry, 1D</td>\n</tr>\n<tr>\n <td>No. of experiments</td>\n <td>0</td>\n</tr>\n\n<tr></tr>\n'
)

def test_set_fitting_section(self, project: Project) -> None:
def test_set_refinement_section(self, project: Project) -> None:
# When
project._created = True
summary = Summary(project)
Expand Down

0 comments on commit 4c3a0d7

Please sign in to comment.