diff options
author | Kaique da Silva <44123854+ktfth@users.noreply.github.com> | 2023-06-21 14:11:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 02:11:06 +0900 |
commit | 4e013565866b3a4c02214b392c4aca8a4e5e9a91 (patch) | |
tree | adcf9140f6ff02999e55c52c13ee57cc1eafebe7 /cli/tests/integration/node_unit_tests.rs | |
parent | 2ec366f54423dc577379b9245e498681fccf3050 (diff) |
test(ext/node): add fs open unit test from std (#19505)
Diffstat (limited to 'cli/tests/integration/node_unit_tests.rs')
-rw-r--r-- | cli/tests/integration/node_unit_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/node_unit_tests.rs b/cli/tests/integration/node_unit_tests.rs index 409ac6a56..e86135d02 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -20,6 +20,7 @@ util::unit_test_factory!( _fs_copy_test = _fs / _fs_copy_test, _fs_dir_test = _fs / _fs_dir_test, _fs_dirent_test = _fs / _fs_dirent_test, + _fs_open_test = _fs / _fs_open_test, _fs_exists_test = _fs / _fs_exists_test, _fs_fdatasync_test = _fs / _fs_fdatasync_test, _fs_fstat_test = _fs / _fs_fstat_test, |