Commit 79d7733
test: fix strictEqual arguments order
Fix strictEqual assertion arguments order to conform
to the function signature in buffer tests
PR-URL: #23486
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent 179d4c7 commit 79d7733Copy full SHA for 79d7733
File tree
Expand file treeCollapse file tree
1 file changed
+18
-18
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+18
-18
lines changedOpen diff view settings
Collapse file
test/parallel/test-buffer-readuint.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer-readuint.js+18-18Lines changed: 18 additions & 18 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
65 | 65 | |
66 | 66 | |
67 | 67 | |
68 | | - |
69 | | - |
| 68 | + |
| 69 | + |
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
81 | 81 | |
82 | 82 | |
83 | 83 | |
|
0 commit comments