Skip to content

Commit

Permalink
FIX: pre-commits, again
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Dec 27, 2024
1 parent 3c3a8d4 commit a311224
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit_tests/datasets/test_expedia.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
"""Unit testing for Expedia loader."""

import numpy as np
import pandas as pd
import pytest

from choice_learn.data import ChoiceDataset
from choice_learn.datasets import load_expedia


def test_raise_filenotfound():
"""Test that error raised if no file exist"""
"""Test that error raised if no file exist."""
with pytest.raises(FileNotFoundError):
load_expedia()

0 comments on commit a311224

Please sign in to comment.