Skip to content

Commit 15b8a89

Browse files
committed
test(ui): Update include path for ui_errors header in tests
- Change include from openpfc/ui_errors.hpp to openpfc/ui/errors.hpp - Fixes include path after header reorganization
1 parent 6bfc86d commit 15b8a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/ui/test_ui_errors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <catch2/catch_test_macros.hpp>
55
#include <nlohmann/json.hpp>
6-
#include <openpfc/ui_errors.hpp>
6+
#include <openpfc/ui/errors.hpp>
77

88
using json = nlohmann::json;
99
using namespace pfc::ui;

0 commit comments

Comments
 (0)