Skip to content

Commit

Permalink
field name small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeynepgultugaydemir committed Nov 29, 2024
1 parent d230c5d commit bd027c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def test_get_string_values(self):
self.assertIsInstance(result, str)

def test_get_float_values(self):
float_field = "PX_Last"
float_field = "PX_LAST"
result = self.bbg_provider.get_current_values(self.SINGLE_TICKER, float_field)
self.assertIsInstance(result, float)

Expand Down

0 comments on commit bd027c1

Please sign in to comment.