Skip to content

Commit

Permalink
[CI] Update MATLAB test
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Aug 6, 2024
1 parent c7b77b6 commit db8c371
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/matlab_experimental/ctTestThermo.m
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,8 @@ function testReport(self)

self.verifySubstring(str, self.phase.name);
self.verifySubstring(str, 'temperature');

for i = 1:self.phase.nSpecies
name = self.phase.speciesName(i);
self.verifySubstring(str, name{:});
end
self.verifySubstring(str, 'H2');
self.verifySubstring(str, 'minor');
end

function testRefInfo(self)
Expand Down

0 comments on commit db8c371

Please sign in to comment.