Skip to content

Commit

Permalink
wave test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejoe2008 committed Aug 28, 2020
1 parent b1a4554 commit 5943a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/src/test/scala/CypherPlusTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class CypherPlusTest extends TestBase {
Assert.assertEquals("苏E730V7", db.execute(s"return <file://${basedir}/car1.jpg>->plateNumber as r")
.next().get("r").asInstanceOf[String]);

Assert.assertEquals("北京欢迎你", db.execute(s"return <file://${basedir}/test.wav>->message as r")
Assert.assertEquals("北京欢迎你", db.execute(s"return <file://${basedir}/test.wav>->content as r")
.next().get("r").asInstanceOf[String]);

tx.success();
Expand Down

0 comments on commit 5943a95

Please sign in to comment.