mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
refactored, adding examples directory
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <string>
|
||||
|
||||
TEST_CASE("Checking config file read", "[config]") {
|
||||
const std::string FILE_NAME = "../config/config_example.toml";
|
||||
const std::string FILE_NAME = "../examples/config.toml";
|
||||
|
||||
Config config = get_config(FILE_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user