Skip to content

Commit

Permalink
Update test_QMCDriverFactory.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo authored Jan 17, 2025
1 parent 05ae690 commit ed354aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/QMCDrivers/tests/test_QMCDriverFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ TEST_CASE("QMCDriverFactory create VMC Driver", "[qmcapp]")
comm = OHMMS::Controller;

using DV = ProjectData::DriverVersion;
ProjectData test_project("testing",DV::LEGACY);
ProjectData test_project("testing", DV::LEGACY);
QMCDriverFactory driver_factory(test_project);

Libxml2Document doc;
Expand Down Expand Up @@ -143,7 +143,7 @@ TEST_CASE("QMCDriverFactory create DMC driver", "[qmcapp]")
comm = OHMMS::Controller;

using DV = ProjectData::DriverVersion;
ProjectData test_project("testing",DV::LEGACY);
ProjectData test_project("testing", DV::LEGACY);
QMCDriverFactory driver_factory(test_project);

Libxml2Document doc;
Expand Down

0 comments on commit ed354aa

Please sign in to comment.