Skip to content

Commit

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


class TestGetPowersOfTwoSynapse(BaseGetPowersOfTwo):
pass

0 comments on commit da06e4a

Please sign in to comment.