diff options
author | Kaique da Silva <44123854+ktfth@users.noreply.github.com> | 2023-06-26 04:27:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 16:27:21 +0900 |
commit | c7d38e593f7de66af47321e7463d8c15ae4176f2 (patch) | |
tree | e8383197ff952e56c0dd3fae938af678ca484ace /cli/tests/integration/node_unit_tests.rs | |
parent | b37b286f7fa68d5656f7c180f6127bdc38cf2cf5 (diff) |
test(ext/node): add fs read unit tests (#19588)
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 e6e4d5783..2323dba9b 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -21,6 +21,7 @@ util::unit_test_factory!( _fs_dir_test = _fs / _fs_dir_test, _fs_dirent_test = _fs / _fs_dirent_test, _fs_open_test = _fs / _fs_open_test, + _fs_read_test = _fs / _fs_read_test, _fs_exists_test = _fs / _fs_exists_test, _fs_fdatasync_test = _fs / _fs_fdatasync_test, _fs_fstat_test = _fs / _fs_fstat_test, |