Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bac2aff

Browse filesBrowse files
mattcangibfahn
authored andcommitted
test: include actual value in assertion message
PR-URL: #15935 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent c8a3b2d commit bac2aff
Copy full SHA for bac2aff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
  • test/addons-napi/test_dataview
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/addons-napi/test_dataview/test.js‎

Copy file name to clipboardExpand all lines: test/addons-napi/test_dataview/test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const template = Reflect.construct(DataView, [buffer]);
1111

1212
const theDataview = test_dataview.CreateDataView(template);
1313
assert.ok(theDataview instanceof DataView,
14-
'The new variable should be of type Dataview');
14+
`Expect ${theDataview} to be a DataView`);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.