Skip to content

Commit c437b99

Browse files
committed
Update file loader test with new module naming schema.
1 parent b3372b1 commit c437b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tests/file_loader_test/source/file_loader_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TEST_F(file_loader_test, DefaultConstructor)
5151

5252
EXPECT_EQ((int) 0, (int) loader_load_from_file(tag, scripts, size, NULL));
5353

54-
void * handle = loader_get_handle(tag, "favicon");
54+
void * handle = loader_get_handle(tag, scripts[0]);
5555

5656
EXPECT_NE((void *) NULL, (void *) handle);
5757

0 commit comments

Comments
 (0)