Skip to content

Commit

Permalink
Update dumplog links
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaak committed Jun 12, 2016
1 parent 5f7a042 commit 4f01f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unittests/server_linking_spec.rb
Expand Up @@ -11,7 +11,7 @@
dumplog_less_server = Server.new(id: '1', url: "http://example.ignore/")
dumplog_less_server.dumplog_link(game).should be_nil

game = Game.new(:name => 'player', :starttime => 123456)
game = Game.new(name: 'player', starttime: 123456, version: '3.4.3')
nao = Server.new(url: 'http://nethack.alt.org/')
nao.dumplog_link(game).should == "http://alt.org/nethack/userdata/p/player/dumplog/123456.nh343.txt"

Expand Down

0 comments on commit 4f01f7a

Please sign in to comment.