From 3fa316404d5d7395be5402ab424196bb1a65f509 Mon Sep 17 00:00:00 2001 From: palinatolmach Date: Thu, 10 Oct 2024 20:57:05 +0800 Subject: [PATCH] Run `ExternalNestedLibraryTest.testExtLibs()` in `test_foundry_init_code` --- src/tests/integration/test-data/foundry-init-code | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/integration/test-data/foundry-init-code b/src/tests/integration/test-data/foundry-init-code index 17835d018..80fe28095 100644 --- a/src/tests/integration/test-data/foundry-init-code +++ b/src/tests/integration/test-data/foundry-init-code @@ -3,4 +3,5 @@ InitCodeTest.testFail_init() ConstructorArgsTest.test_constructor_args() ConstructorTest.test_constructor() ConstructorTest.testFail_constructor() -ConstructorTest.run_constructor() \ No newline at end of file +ConstructorTest.run_constructor() +ExternalNestedLibraryTest.testExtLibs() \ No newline at end of file