Skip to content

Commit

Permalink
fixing reference to helper class
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Moraes <[email protected]>
  • Loading branch information
jonathanlbt1 committed Sep 8, 2024
1 parent 3a0c972 commit 5144006
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "helper"
require_relative "lib/fluent/plugin/parser_openlineage.rb"
require_relative '../helper'
require "lib/fluent/plugin/parser_openlineage.rb"

class OpenlineageParserTest < Test::Unit::TestCase
setup do
Expand Down

0 comments on commit 5144006

Please sign in to comment.