Commit d4004b24 authored by Austin Sanders's avatar Austin Sanders
Browse files

Added namespace to json

parent 001f0191
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ TEST_F(LidarObservationPair, FunctionalTestLrolola2isisTwoImage) {
  }

  QString otestFilePath = testFilePath + ".json";
  json testJson;
  json truthJson;
  nlohmann::json testJson;
  nlohmann::json truthJson;
  
  std::ifstream ifs;
  ifs.open(otestFilePath.toStdString());
@@ -75,8 +75,8 @@ TEST_F(LidarObservationPair, FunctionalTestLrolola2isisMultipleCsv) {
  }

  QString otestFilePath = testFilePath + ".json";
  json testJson;
  json truthJson;
  nlohmann::json testJson;
  nlohmann::json truthJson;
  
  std::ifstream ifs;
  ifs.open(otestFilePath.toStdString());