Skip to content
Snippets Groups Projects
Commit 59f622ef authored by Steven Murray's avatar Steven Murray
Browse files

Sorry broke the build over a simple spelling mistake.

parent 345711de
Branches
Tags
No related merge requests found
......@@ -288,7 +288,7 @@ TEST_F(castor_tape_tapeserver_daemon_DriveCatalogueTest, completeFSTN) {
std::string(catalogue.getJob("UNIT").driveUnit));
ASSERT_EQ(std::string(job.clientUserName),
std::string(catalogue.getJob("UNIT").clientUserName));
ASSERT_NO_THROW(catalogue.tapeSessionSuceeeded("UNIT"));
ASSERT_NO_THROW(catalogue.tapeSessionSucceeded("UNIT"));
ASSERT_EQ(DriveCatalogue::DRIVE_STATE_UP,
catalogue.getState("UNIT"));
ASSERT_NO_THROW(catalogue.configureDown("UNIT"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment