Skip to content

Commit

Permalink
Update init.py
Browse files Browse the repository at this point in the history
Signed-off-by: sefgsefg <[email protected]>
  • Loading branch information
sefgsefg committed Sep 18, 2024
1 parent ccef481 commit 657753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/contrib/RAG_kubeflow/example/.github/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SampleTest(unittest.TestCase):

def test(self):
# 只測試 hello_world 範例
test_case = TestCase(pipeline_func=RAG_kubeflow.rag_pipeline)
test_case = TestCase(pipeline_func=rag.rag_pipeline)

# 直接執行測試案例
self.run_test_case(test_case.pipeline_func, test_case.timeout)
Expand Down

0 comments on commit 657753d

Please sign in to comment.