Refactor snapshot files

This commit is contained in:
9seconds
2021-03-24 09:22:28 +03:00
parent 933855a233
commit 3076c52adb
11 changed files with 1 additions and 105 deletions
@@ -17,7 +17,7 @@ type ClientHandshakeTestSuite struct {
}
func (suite *ClientHandshakeTestSuite) SetupSuite() {
suite.NoError(suite.IngestSnapshots("client_snapshots", "snapshot-ok-"))
suite.NoError(suite.IngestSnapshots(".", "client-handshake-snapshot-"))
}
func (suite *ClientHandshakeTestSuite) TestCannotRead() {