Skip to content

Commit 8711f5b

Browse files
committed
refactor: move otlp trace tests to services/
1 parent 061c2fb commit 8711f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/supervisor/src/otlpTrace.test.ts renamed to apps/supervisor/src/services/otlpTraceService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect } from "vitest";
2-
import { buildOtlpTracePayload } from "./otlpPayload.js";
2+
import { buildOtlpTracePayload } from "../otlpPayload.js";
33

44
describe("buildOtlpTracePayload", () => {
55
it("builds valid OTLP JSON with timing attributes", () => {

0 commit comments

Comments
 (0)