Skip to content

Commit

Permalink
enable test again
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Nov 9, 2023
1 parent ce2cfe3 commit 8494069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ class DefaultSourceTest extends AnyFunSuite {

val feedPath = "./src/test/resources/randyzwitch"

ignore("generic file source options work as expected") {
test("generic file source options work as expected") {

val spark = TestUtil.getSparkSession()

val df = spark.read
.format("datafeed")
.option(DatafeedOptions.MODIFIED_AFTER, "2023-11-01T14:56:00")
.option(DatafeedOptions.MODIFIED_AFTER, "2023-11-07T14:56:00")
.load(feedPath)

assert(df.count() == 0)
Expand Down

0 comments on commit 8494069

Please sign in to comment.