Skip to content

Commit

Permalink
move test_tools under the tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jaegeral committed Sep 20, 2024
1 parent 84980fb commit fd98929
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def add_aggregation(self, aggregation_obj):
"""Add an aggregation object to the group.
Args:
aggregation_obj (Aggregation): the Aggregation objec.
aggregation_obj (Aggregation): the Aggregation object.
"""
params = {
"agg_id": aggregation_obj.id,
Expand All @@ -934,7 +934,7 @@ def set_orientation(self, orientation="layer"):
"""Sets how charts should be joined.
Args:
orienation: string that contains how they should be connected
orientation: string that contains how they should be connected
together, That is the chart orientation, the options are:
"layer", "horizontal" and "vertical". The default behavior
is "layer".
Expand All @@ -947,7 +947,7 @@ def set_orientation(self, orientation="layer"):
self._analyzer.updates.append(change)

def set_vertical(self):
"""Sets the "orienation" to vertical."""
"""Sets the "orientation" to vertical."""
self.set_orientation("vertical")

def set_horizontal(self):
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fd98929

Please sign in to comment.