Skip to content

Commit

Permalink
fix environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 9, 2024
1 parent c554bd4 commit f739663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OdbDesignTests/Fixtures/TestDataFixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Odb::Test::Fixtures

static inline constexpr const char ODB_TEST_DATA_DIR_ENV_NAME[] = "ODB_TEST_DATA_DIR";
static inline constexpr const char ODB_TEST_ENV_NAME[] = "ODB_TEST_ENVIRONMENT_VARIABLE";
static inline constexpr const char ODB_TEST_ENV_VALUE[] = "ODB_TEST_ENVIRONMENT_VARIABLE EXISTS";
static inline constexpr const char ODB_TEST_ENV_VALUE[] = "ODB_TEST_ENVIRONMENT_VARIABLE_EXISTS";
static inline constexpr const char ODB_TEST_NONEXISTENT_ENV_NAME[] = "THIS_ENVIRONEMNT_VARIABLE_DOES_NOT_EXIST";
static inline constexpr const char TESTDATA_FILES_DIR[] = "FILES";

Expand Down

0 comments on commit f739663

Please sign in to comment.