Skip to content
Snippets Groups Projects
Commit b4252b47 authored by Karl Palmen's avatar Karl Palmen
Browse files

Restore semicolon accidentally removed re #8590


Signed-off-by: default avatarKarl Palmen <karl.palmen@stfc.ac.uk>
parent f6eb9cbc
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ public: ...@@ -151,7 +151,7 @@ public:
nexusHelper.reopenFile(); nexusHelper.reopenFile();
// Verify that this test_entry has a peaks_workspace entry // Verify that this test_entry has a peaks_workspace entry
TS_ASSERT_THROWS_NOTHING(nexusHelper.file->openGroup("peaks_workspace","NXentry") ) TS_ASSERT_THROWS_NOTHING(nexusHelper.file->openGroup("peaks_workspace","NXentry") );
// Check detector IDs // Check detector IDs
TS_ASSERT_THROWS_NOTHING(nexusHelper.file->openData("column_1") ); TS_ASSERT_THROWS_NOTHING(nexusHelper.file->openData("column_1") );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment