Skip to content

Commit a23d434

Browse files
committed
fix: spelling sigh
1 parent 5e7a674 commit a23d434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/tests/integration/online_store/test_python_feature_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def python_fs_client(environment, universal_data_sources, request):
139139
fs.apply(feast_objects)
140140
fs.materialize(environment.start_date, environment.end_date)
141141
loop = asyncio.get_event_loop()
142-
loop.run_until_complete(fs.initalize())
142+
loop.run_until_complete(fs.initialize())
143143
client = TestClient(get_app(fs))
144144
yield client
145145
loop.run_until_complete(fs.close())

0 commit comments

Comments
 (0)