Skip to content

Commit 1ebba0a

Browse files
committed
fix: Errors
Signed-off-by: Yash Pandey (YP) <[email protected]>
1 parent ca7b130 commit 1ebba0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,4 @@ MigrationBackup/
360360
# CMake work directory
361361
cmake-build/
362362
xcode-build/
363+
cmake-build*/

tests/model_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TEST(TestModel, TestNewModel) {
3434
}
3535

3636
TEST(TestModel, TestNewModelFromFile) {
37-
std::shared_ptr<casbin::Model> model = casbin::Model::NewModelFromFile(basic_example);
37+
std::shared_ptr<casbin::Model> model = casbin::Model::NewModelFromFile(basic_model_path);
3838
ASSERT_NE(model, nullptr);
3939
}
4040

0 commit comments

Comments
 (0)