Skip to content

Commit

Permalink
Merge branch 'main' into api-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna authored May 6, 2022
2 parents c103355 + 61ead95 commit dcfe032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-fs/test/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type TestCreator = (
spans: any[]
) => void;

const TEST_CONTENTS = Buffer.from('hello, world\n');
const TEST_CONTENTS = Buffer.from('hello, world');
const ENOENT = /ENOENT: no such file or directory, /;
const tests: TestCase[] = [
[
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-fs/test/fixtures/readtest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hello, world
hello, world
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-fs/test/fixtures/writetest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hello, world
hello, world

0 comments on commit dcfe032

Please sign in to comment.