Skip to content

Commit

Permalink
test: fix test for 201 Created
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Sep 3, 2024
1 parent 572d64b commit 7cda3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client.Test/WriteApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public void Created()
_writeApi.Flush();

var writeSuccessEvent = listener.Get<WriteSuccessEvent>();
Assert.AreEqual("h2o_feet,location=coyote_creek level\\ description=\"feet 1\",water_level=1.0 X",
Assert.AreEqual("h2o_feet,location=coyote_creek level\\ description=\"feet 1\",water_level=1.0 1",
writeSuccessEvent.LineProtocol);
}

Expand Down

0 comments on commit 7cda3e4

Please sign in to comment.