Skip to content

Commit

Permalink
add get_intervals_between test
Browse files Browse the repository at this point in the history
  • Loading branch information
nszoni committed Feb 14, 2024
1 parent 1e1c9b8 commit 44acdba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/adapter/test_get_intervals_between.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from dbt.tests.adapter.utils.test_get_intervals_between import BaseGetIntervalsBetween


class TestGetIntervalsBetweenSynapse(BaseGetIntervalsBetween):
pass

0 comments on commit 44acdba

Please sign in to comment.